|
Message-ID: <3d5fcfa2-4cd3-3929-a509-f250941d7a2c@borrmann.syss.de> Date: Thu, 7 Feb 2019 14:21:18 +0100 From: Micha Borrmann <johnusers@...rmann.syss.de> To: "john-users@...ts.openwall.com" <john-users@...ts.openwall.com> Subject: can't use $JOHN Hello, I'm using the bleeding version of john on Linux. There is no problem with compiling, but I can't use $JOHN it means, I have to call the executable everytime with the full path. $JOHN is defined, but nothing will be found $ john -format:nt -show hash.txt fopen: $JOHN/john.conf: No such file or directory $JOHN is still defined: $ echo $JOHN /home/micha/tools/JohnTheRipper-bleeding-jumbo/run/ $ ls -l $JOHN/john.conf -rw-r--r-- 1 micha micha 108935 Jan 28 20:12 /home/micha/tools/JohnTheRipper-bleeding-jumbo/run//john.conf It seems to be that $JOHN is empty: $ john -list:build-info Version: 1.8.0.13-jumbo-1-bleeding-973cdc4be 2019-02-04 08:43:45 +0000 Build: linux-gnu 64-bit x86_64 AVX2 AC OMP SIMD: AVX2, interleaving: MD4:3 MD5:3 SHA1:1 SHA256:1 SHA512:1 CPU tests: AVX2 $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 SINGLE_IDX_MAX: 2147483648 SINGLE_BUF_MAX: 4294967295 Effective limit: Number of salts vs. SingleMaxBufferSize Max. Markov mode level: 400 Max. Markov mode password length: 30 gcc version: 8.2.1 GNU libc version: 2.28 (loaded: 2.28) OpenCL headers version: 2.2 Crypto library: OpenSSL OpenSSL library version: 01010101f OpenSSL 1.1.1a 20 Nov 2018 GMP library version: 6.1.2 Regex library version: 2.0 (loaded: 2.0.9) File locking: fcntl() fseek(): fseek ftell(): ftell fopen(): fopen memmem(): System's What can I do, to call john from every place? Thanks for hints! Regards, Micha
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.