fuzzgoat
Fuzzer target
A deliberately crafted C program to test the efficacy of fuzzers.
A vulnerable C program for testing fuzzers.
190 stars
7 watching
65 forks
Language: C
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,431 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 185 |
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,399 |
momalab/icsfuzz | Fuzzes control applications to uncover vulnerabilities | 26 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
googleprojectzero/fuzzilli | A fuzzer for dynamic language interpreters designed to detect core interpreter bugs | 1,890 |
withsecureopensource/mqtt_fuzz | A tool to test and identify vulnerabilities in MQTT protocol implementations by sending pre-defined sequences of control packets. | 77 |
prompt-security/ps-fuzz | An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. | 401 |
googleprojectzero/domato | A tool for generating random, malformed HTML, CSS, and JavaScript code to test web application security | 1,695 |
danmcinerney/fuzzstrings | A collection of pre-defined strings to test web application vulnerabilities | 32 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,041 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 212 |
compsec-snu/difuzz-rtl | An approach to fuzz testing CPU designs using differential coverage analysis and random instruction mutation | 74 |