honggfuzz
Fuzzer
A high-performance fuzzer for detecting security vulnerabilities in software
Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)
3k stars
126 watching
517 forks
Language: C
last commit: 2 months ago
Linked from 2 awesome lists
cfuzzingsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
google/oss-fuzz | An automated testing framework that uses random data to find errors in software | 10,671 |
google/fuzzing | A hub for learning and exploring fuzzing techniques to test software for vulnerabilities | 3,545 |
google/syzkaller | An unsupervised coverage-guided kernel fuzzer | 5,428 |
fuzzdb-project/fuzzdb | A comprehensive toolset for identifying and exploiting application vulnerabilities through dynamic testing | 8,288 |
antonio-morales/fuzzing101 | A step-by-step guide to learning fuzzing techniques for finding vulnerabilities in software projects | 3,269 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,437 |
dvyukov/go-fuzz | A tool for generating and testing random inputs to ensure software reliability | 4,790 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
xmendez/wfuzz | A tool to automatically generate and test web application inputs for security vulnerabilities | 5,978 |
wcventure/fuzzingpaper | A curated collection of recent papers on fuzz testing techniques and tools. | 2,498 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |
planetis-m/libfuzzer | Fuzzing tool for finding bugs and security issues in software | 43 |
ffuf/ffuf | Automated web application vulnerability scanner written in Go. | 12,876 |
googleprojectzero/fuzzilli | Automates the process of finding bugs in JavaScript engines by generating random code and testing it for errors | 1,896 |