backfuzz v0.3 released - protocol fuzzing toolkit

backfuzz is a popular fuzzing tool. This fuzzing tool offers for different protocols (FTP, HTTP, IMAP, etc) but also has no-protocol plug-ins (Example: File Fuzzer).
This script is well coded and easy to extend. If you want to extend the tool with your own plugins, you need to read “functions.py” once. In that file, several functions already predefined. So whoever wants to write their own plugin’s (for another protocol), He can do so in a few lines and add it to the script.


That’s the main power of it, it’s extensible. You can follow the format of existing plugins – for example the HTTP fuzzing plugin.

The code is still in BETA and requires a lot of work to get better, so any questions / suggestions / criticism / comment are welcomed by the author.


backfuzz v0.3 released
(*) Added the ability to use different type of patterns while fuzzing (Cyclic | CyclicExtended | Single | Format-String).
(*) Removed a lot of un-useful parameters and use global variables instead.
(*) Minor Help Screen improvements.

Download -