|
Message-ID: <CAHv4kXhxppJ8H2cfHbHYo_Y8NgWOvWp3-pgF1ebdsz95xFBFbg@mail.gmail.com> Date: Tue, 26 Feb 2013 21:41:22 +0100 From: Jan Starke <jan.starke@...ofbed.org> To: john-dev@...ts.openwall.com Subject: Brute-forcing with regular expressions Hi folks, I'm currently working on a library to create values (e.g. passwords) based on regular expressions. One could use this tool together with john like this: $ rexgen -i 'password[0-9]{2,4}' | john -pipe .... You are also able to use this tool via a lua interface (possibly not interesting for john) or directly throw it's c/c++ programming interface. I'm looking forward to people who are going to use this tool/library, try and test it and, hopefully, provide feedback regarding bugs or improvement ideas to me. The projects website is currently http://code.google.com/p/rexgen/ Kind regards, Jan
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.