Discussion:
[john-users] pkzip format missing on kali linux
chris tyerman
2017-12-13 21:35:17 UTC
Permalink
ive been having issues with using zip2john and  john on kali (Linux kali
4.8.0-kali2-amd64 #1 SMP Debian 4.8.15-1kali1 (2016-12-23) x86_64 GNU/Linux)
with zip files and the no hashes loaded error so i checked the supported
formats with --list=formats and pkzip is missing

ive updated john to the latest version
john --list=build-info
Version: 1.8.0.6-jumbo-1-bleeding
Build: linux-x86-64-avx
Time stamp: Tue Jun 16 19:36:04 2015
Arch: 64-bit LE
System-wide exec: /usr/lib/john
System-wide home: /usr/share/john
Private home: ~/.john
$JOHN is /usr/share/john/
Format interface version: 13
Max. number of reported tunable costs: 3
Rec file version: REC4
Charset file version: CHR3
CHARSET_MIN: 1 (0x01)
CHARSET_MAX: 255 (0xff)
CHARSET_LENGTH: 24
Max. Markov mode level: 400
Max. Markov mode password length: 30
File locking: fcntl()
Compiler version: 5.3.1 20160224
gcc version: 5.3.1
GNU libc version: 2.21 (loaded: 2.24)
OpenSSL library version: 01000207f    (loaded: 0100020cf)
OpenSSL 1.0.2g  1 Mar 2016    (loaded: OpenSSL 1.0.2l  25 May 2017)
GMP library version: 6.1.0    (loaded: 6.1.2)
fseek(): fseek
ftell(): ftell
fopen(): fopen
ive also cloned the git repository
(https://github.com/magnumripper/JohnTheRipper.git)
and compiled it (./configure && make) and pkzip format is also not present
Version: 1.8.0-jumbo-1-6237-g364acfd92
Build: linux-gnu 64-bit AVX-ac OMP
SIMD: AVX, interleaving: MD4:3 MD5:3 SHA1:1 SHA256:1 SHA512:1
CPU tests: AVX
$JOHN is ./JohnTheRipper/run/
Format interface version: 14
Max. number of reported tunable costs: 4
Rec file version: REC4
Charset file version: CHR3
CHARSET_MIN: 1 (0x01)
CHARSET_MAX: 255 (0xff)
CHARSET_LENGTH: 24
SALT_HASH_SIZE: 1048576
Max. Markov mode level: 400
Max. Markov mode password length: 30
gcc version: 7.2.0
GNU libc version: 2.24 (loaded: 2.24)
Crypto library: OpenSSL
OpenSSL library version: 01010007f
OpenSSL 1.1.0g  2 Nov 2017
GMP library version: 6.1.2
File locking: fcntl()
fseek(): fseek
ftell(): ftell
fopen(): fopen
memmem(): System's
 i download the windows  build on a different computer
(JtR-MinGW-708c720.zip) and  pkzip format is present
Version: 708c720
Build: mingw32 32-bit AVX2-ac
SIMD: AVX2, interleaving: MD4:3 MD5:3 SHA1:2 SHA256:1 SHA512:1
CPU tests: AVX2
CPU fallback binary: john-avx.exe
$JOHN is
Format interface version: 14
Max. number of reported tunable costs: 4
Rec file version: REC4
Charset file version: CHR3
CHARSET_MIN: 1 (0x01)
CHARSET_MAX: 255 (0xff)
CHARSET_LENGTH: 24
SALT_HASH_SIZE: 1048576
Max. Markov mode level: 400
Max. Markov mode password length: 30
gcc version: 7.2.0
Crypto library: OpenSSL
OpenSSL library version: 01000208f
OpenSSL 1.0.2h  3 May 2016
File locking: NOT supported by this build - do not run concurrent
sessions!
fseek(): fseeko64
ftell(): ftello64
fopen(): fopen64
memmem(): JtR internal
is there a bug in the default build configuration or is there an
additional command or requirement to compile including the pkzip format

i can provide the --list=formats outputs if needed

Loading...