backfuzz – Multi-Protocol Fuzzing Toolkit
Sunday, March 18, 2012
0
comments
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.
Download and Read More
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.
Download and Read More











0 comments:
Post a Comment