|
|
Message-ID: <CAHv4kXhYi=abOQfrYsPOKCF1L8ck8Ad9kRSJPA+h+QOXgyVV-w@mail.gmail.com>
Date: Wed, 27 Feb 2013 20:47:26 +0100
From: Jan Starke <jan.starke@...ofbed.org>
To: john-users@...ts.openwall.com
Subject: Fuzzing 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.