|
Message-ID: <CAMDMrzvDAuTp5ATfepoJ=-MGkak7D9uzKnBAJAdczfOdzWkxew@mail.gmail.com> Date: Tue, 29 Mar 2016 10:27:10 +0800 From: Jianhua Zhu <zjhjsy@...il.com> To: john-users@...ts.openwall.com Subject: Re: Re: custom rules sir,you see(how to solve this problem?) GMP (PRINCE mode and faster SRP formats) ... no 128-bit integer (faster PRINCE mode) ....... no On Tue, Mar 29, 2016 at 10:25 AM, Jianhua Zhu <zjhjsy@...il.com> wrote: > i follow the guide with you,but i get the same error,maybe the option > "--prince" with John not support 32bit? > this my configure info: > > Configured for building John the Ripper jumbo: > > Target CPU ................................. i686 AVX, 32-bit LE > AES-NI support ............................. depends on OpenSSL > Target OS .................................. linux-gnu > Cross compiling ............................ no > Legacy arch header ......................... x86-sse.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 ............................. no > Generic crypt(3) format .................... yes > Rexgen (extra cracking mode) ............... no > GMP (PRINCE mode and faster SRP formats) ... no > PCAP (vncpcap2john and SIPdump) ............ yes > Z (pkzip format, gpg2john) ................. yes > BZ2 (gpg2john extra decompression logic) ... no > 128-bit integer (faster PRINCE mode) ....... no > 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. > > > On Mon, Mar 28, 2016 at 10:23 PM, Claudio André <claudioandre.br@...il.com > > wrote: > >> >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.