Saturday, February 4, 2012

Fuzzy Fuzzing

You know you have been doing too much fuzzing when you see "%%%%%..." and think that it is a string of "/////...".

Anyway, I have been fuzzing stuff the whole day, without much success.  Taking a break, I coded a basic fuzzer, which provides me with good control over the length of the fuzzing strings.  It can be found here: http://code.google.com/p/dearmo-projects/downloads/list.  Or this older page.

dearmo-fuzzer.py is also a billion times easier to install than Sulley...

Still, if you need a more comprehensive scanner, try out Dave Aitel's SPIKE, or Pedram Amini's Sulley instead.

No comments:

Post a Comment