Simple FTP fuzzer to demonstrate boofuzz usage.
pip install boofuzz
Note: Check ftp.py for a specific boofuzz version number.
Any server. Obscure open source projects are a nice place to look for bugs.
Since we're trying to break the program anyway, you may want to run it in a Virtual Machine.
python ftp.py # > fuzz-logs.txt
It's fun to watch the fuzzer progress, but there is a lot of output.
Open your browser to http://127.0.0.1:26000/ to see progress.
Watch the ftp server under test to see if anything goes wrong.
This fuzzer could use:
- A process monitor to start and stop the unit under test, and detect crashes.
- Some recognition of received data to diagnose errors.
- A fuller definition of FTP.