|
Message-ID: <7716730f0709141545k43ffea3and997904f4f748c6b@mail.gmail.com> Date: Fri, 14 Sep 2007 15:45:45 -0700 From: "Irakli Natsvlishvili" <iraklin@...il.com> To: john-users@...ts.openwall.com Subject: Help with password length >8 character Hello everybody, I'd appreciate your help with the problem I have. I've just installed john on my old 1U PIII box. I'm going to use John with conjunction of SIPcrack tool: http://www.remote-exploit.org/codes_sipcrack.html Quote from SIPcracks' doc: ------------------------------ Using SIPcrack in combination with John the ripper Make a fifo file pipe: $ mkfifo myfifofile Start john using the desired settings. Below is an example which generates passwords with max 8 letter length and only contains alpha characters. Using > redirect johns output into the fifo file you just created: $ john --incremental=alpha --stdout=8 > myfifofile Start sipcrack and use the fifo file pipe as the wordlist source: $ sipcrack -w myfifofile logins.dump ------------------------------ John and SIPcrack work fine and it is great. The problem starts if password length is greater then 8 chars. For example, I have the following password ZxTh195*s#dq and John in default install wont's support such a password. I'd like to hear your opinions what can be done in my case. The only requirement I have is that it _must_ user all.char charset. I won't mind to have 10 different installs of john - one for passwords 0-8 char length, second only for 9 char length, third - only for 10 and so on but again, they whole ASCII code table in password generation is requirement. If there is a solution, please guide me what I need to modify in the source code and where. Thanks in advance. --i.n. --i.n. -- To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply to the automated confirmation request that will be sent to you.
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.