Nmap Development mailing list archives

Re: Fuzzing with regular expressions


From: Jan Starke <jan.starke () outofbed org>
Date: Fri, 15 Feb 2013 13:52:34 +0100

Hi again,

2013/2/4 Jan Starke <jan.starke () outofbed org>:
Hopefully, someone of you is interested in testing, using and
improving this library. Please find a working alpha version, including
rudimentary documentation, under http://code.google.com/p/rexgen/

I have some ideas of new features (such as capturing groups), which I
will implement if you are interested in using this library.

the mentioned library and lua script now support
 - "ignoring case", to create something like 'password', 'PASSWORD',
'pAsSwoRd' etc.
 - back references in regular expressions, so that
'<(script|embed|object)>xyz</\1>' creates '<script>xyz</script>',
'<embed>xyz</embed>' and '<object>xyz</object>'

Regards, Jan
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: