atheris
Fuzz tester
A tool that uses fuzz testing to identify bugs in software by randomly generating input data
1k stars
40 watching
113 forks
Language: Python
last commit: 6 months ago Related projects:
Repository | Description | Stars |
---|---|---|
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,434 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,109 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
googleprojectzero/fuzzilli | A tool for generating and testing malformed JavaScript code to identify vulnerabilities in dynamic language interpreters. | 1,895 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,048 |
prompt-security/ps-fuzz | An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. | 414 |
stephenfewer/grinder | Automates fuzz testing of web browsers and manages crashes to help identify security vulnerabilities | 415 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,659 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 186 |
googleprojectzero/domato | Automates the process of generating malformed HTML documents to test web application security | 1,695 |
jidicula/go-fuzz-action | An Automated testing workflow for Go code using built-in fuzz testing features | 15 |
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 |
trailofbits/protofuzz | A tool that automatically generates fuzzer tests for Google Protocol Buffers format definitions | 272 |
battelle/sandsifter | Automatically searches x86 processors for hidden instructions and bugs to reveal vulnerabilities in hardware and software. | 487 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 212 |