Fuzzgrind is an automatic fuzzing tool which you can use to automate your fuzzing , testing, and other activity

Fuzzgrind fully automatic fuzzing tool, generating test files with the purpose of discovering new execution paths likely to trigger bugs and potentially vulnerabilities.
Fuzzgrind is based on the concept of symbolic execution. The tool starts from a file considered valid by the software under test, and analyses the execution path to extract any constraints tied to branch instructions followed by this software. By resolving constraints one by one, Fuzzgrind will alter the valid file to explore possible new branches of the software under test, in order to discover new vulnerabilities.
With this tool you can automate the same process but you cannot integrate it with other fuzzers. Thing is security professional cannot fuzz on live servers (once in a blue moon)for testing you need testing or UAT servers and thats were the catch is.
Simple to install and run
1. ./install
2. change the seting as per your need fuzz/settings.cfg
3. ./fuzz/gui.py
Download Fuzzgrind Here
Have Fun !!!
Related External Links
fuzzgrind, fuzzgrind tutorial, automated web fuzzer, Fuzzgrind is a fully automatic fuzzing tool, usb fuzzer, tuto fuzzgrind, how to automate fuzzing and find exploits on windows, fuzzing tutorials, fuzzgrind win32, Fuzzgrind tut, fuzzgrind how to, fuzzgrind gui fuzzer guide documentation, fuzzgrind example, fuzzer fuzzgrind, windows fuzzers

You must log in to post a comment.