Honggfuzz – Simple Command Line Software Fuzzing Tool
Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test files, Hongfuzz supplies and modifies input to a test program and utilize the ptrace() API/POSIX signal interface to detect and log crashes.
Basically it’s a simple, easy to use via command-line interface, providing nice analysis of software crashes in a simple form of file names.
It has been used to find a few (possibly exploitable) bugs in some major software packages including freetype2, librsvg and libtiff.
Features
- Easy setup: No complicated configuration files or setup necessary — Hongfuzz can be run directly from the command line.
- Fast: Multiple Hongfuzz instances can be run simultaneously for more efficient fuzzing.
- Powerful analysis capabilities: Hongfuzz will use the most powerful process state analysis (e.g. ptrace) interface under a given OS.
You can download Honggfuzz here:
Or read more here.
Recent in Exploits/Vulnerabilities:
- Evernote Hacked – ALL Users Required To Reset Passwords
- Apple, Facebook & Hundreds More Hacked By 0-Day Java Exploit
- Weevely – PHP Stealth Tiny Web Shell
Related Posts:
- Browser Fuzzer 3 (bf3) – Comprehensive Web Browser Fuzzing Tool
- fm-fsf – Freakin’ Simple Fuzzer – Cross Platform Fuzzing Tool
- Keep on Fuzzing! Advice
Most Read in Exploits/Vulnerabilities:
- Learn to use Metasploit – Tutorials, Docs & Videos - 218,452 views
- AJAX: Is your application secure enough? - 117,833 views
- eEye Launches 0-Day Exploit Tracker - 84,866 views


Posted in:


What’s the main difference with zzuf command line fuzzer? Something it does better?
How about you compare them both and let us know :)