|
Message-ID: <56F93E78.4050202@gmail.com> Date: Mon, 28 Mar 2016 11:23:52 -0300 From: Claudio André <claudioandre.br@...il.com> To: john-users@...ts.openwall.com Subject: Re: custom rules >sir,i had install John the Ripper 1.8.0.7-jumbo-1-bleeding OMP [linux-gnu >32-bit AVX-ac],but the same issus? Have you saw anything strange during configure? What about this line? [...] GMP (PRINCE mode and faster SRP formats) ... yes [...] Pay attention to details: did you used a clean directory or used make clean, identify error messages? John itself works fine.Please, try to discover why your environment is not giving you what you need. BTW: it seems prince works fine for 32bits (http://www.openwall.com/lists/john-dev/2015/01/30/1) -------------------------------------- Just to assure it works, I did a full rebuild (right now) using the zip file. Below, you can see exactly what I did. -> download and unzip using graphical tools. $ cd JohnTheRipper-bleeding-jumbo/src/ $ ./configure [...] $ make clean && make -sj2 [...] $ ../run/john | head -3 John the Ripper 1.8.0.7-jumbo-1-bleeding OMP [linux-gnu 64-bit SSE2-ac] Copyright (c) 1996-2016 by Solar Designer and others Homepage: http://www.openwall.com/john/ $ echo 1 > ~/test $ echo 2 >> ~/test $ ../run/john --prince=/home/primobasilio/test --stdout [...] 510p 0:00:00:00 0,00% 6375p/s 22222222 -------------------------------------- Configured for building John the Ripper jumbo: Target CPU ................................. x86_64 SSE2, 64-bit LE AES-NI support ............................. depends on OpenSSL Target OS .................................. linux-gnu Cross compiling ............................ no Legacy arch header ......................... x86-64.h Optional libraries/features found: Fuzzing test ............................... no Experimental code .......................... no OpenMPI support (default disabled) ......... no Fork support ............................... yes OpenMP support ............................. yes (not for fast formats) CUDA support (default disabled by OpenCL) .. no OpenCL support ............................. yes Generic crypt(3) format .................... yes Rexgen (extra cracking mode) ............... no GMP (PRINCE mode and faster SRP formats) ... yes PCAP (vncpcap2john and SIPdump) ............ no Z (pkzip format, gpg2john) ................. yes BZ2 (gpg2john extra decompression logic) ... no 128-bit integer (faster PRINCE mode) ....... yes Memory map (share/page large files) ........ yes Development options (these may hurt performance when enabled): Memdbg memory debugging settings ........... disabled AddressSanitizer ("ASan") .................. disabled UndefinedBehaviorSanitizer ("UbSan") ....... disabled Install missing libraries to get any needed features that were omitted. Configure finished. Now 'make clean && make -s' to compile.
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.