|
Message-ID: <56D9BE60.2080905@gmail.com> Date: Fri, 4 Mar 2016 17:57:04 +0100 From: Marek Wrzosek <marek.wrzosek@...il.com> To: john-users@...ts.openwall.com Subject: Johnny's "Guess password" button Hi list How does "Guess password" work? Does it use john at all? There is no sign of it in the console log. Were there any plans of adding similar function to john? I mean e.g.: $./john --guess=foo ... instead of something like this: $ echo foo|./john --stdin ... or: $ echo foo > single_word $ ./john --wordlist=single_word ... It would be easier to use rexgen with alphabet like this: $ ./john --guess=624686 --regex=alpha:T9='\0' --stdout instead of: $ echo 624686 | ./john --stdin --regex=alpha:T9='\0' --stdout or even; $ ./john --regex='[mno6][abc2][ghi4][mno6][tuv8][mno6]' --stdout Instead of applying regex mode, it could be hybrid mask or word mangling rules (just like for wordlist mode). Best Regards, Marek -- Marek Wrzosek marek.wrzosek@...il.com
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.