simple fuzzer is exactly what it sounds like – a simple fuzzer.
This fuzzer has two network modes of operation, an output mode for developing command line fuzzing scripts, as well as taking fuzzing strings from literals and building strings from sequences.
It’s built to fill a need – the need for a quickly configurable black box testing utility that doesn’t require intimate knowledge of the inner workings of C or require specialized software rigs. the aim is to just provide a simple interface, clear inputs/outputs, and reusability.
This is free and open source software.
Key Features
- Simple script language for creating test cases.
- Support for repeating strings as well as fixed strings (‘sequences’ vs. ‘literals’).
- Support for block based fuzzing*.
- Variables within test cases (ex: strings to be replaced with different strings).
- tcp and udp payload transport (icmp support tbd).
- Binary substitution support (see basic.a11 for more information).
- Plugin support.
- Previous packet contents inclusion.
Website: aaron.bytheb.org/projects/sfuzz
Support:
Developer: Aaron Conole
License: 3-clause BSD License
simple fuzzer is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Vulnerability Analysis Tools | |
|---|---|
| BeEF | The Browser Exploitation Framework |
| syzkaller | Unsupervised, coverage-guided kernel fuzzer |
| pocsuite3 | Remote vulnerability testing framework |
| AFL++ | Security-oriented fuzzer |
| Jazzer | Coverage-guided, in-process fuzzer for the Java Virtual Machine |
| Ronin | Ruby toolkit for security research and development |
| Kanha | Web-app pentesting suite |
| simple fuzzer | A fuzzer with two network modes of operation |
| Doona | Fork of the Bruteforce Exploit Detector Tool |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.