backfuzz — protocol fuzzing toolkit

localh0t
localh0t (Old blog)
2 min readMar 12, 2012

Well, after a while I am releasing this simple fuzzer.

You can use this basically to fuzz different protocols (FTP, HTTP, IMAP, etc) but also has no-protocol plug-ins (Example: File Fuzzer).

The general idea is that this script has several functions already predefined in the file “functions.py”, so whoever wanna write his own plugin’s (for another protocol) in a few lines and add it to the script can do so.

I know the code is still in beta and requires a lot of work to get better, so any questions / suggestions / criticism / comment is welcome.

Screenshots:

Help Menu:

Crash reached (FTP):

Crash reached (HTTP):

File Fuzzing:

File Fuzzing (Files):

GitHub page:

Installation:

git clone https://github.com/localh0t/backfuzzHappy fuzzing,Matías.

--

--