choronzon
Evolutionary fuzzer
An evolutionary fuzzer that uses user-defined information to produce and test file formats.
An evolutionary knowledge-based fuzzer
269 stars
23 watching
61 forks
Language: Python
last commit: 7 months ago Related projects:
Repository | Description | Stars |
---|---|---|
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
googleprojectzero/domato | A tool for generating random, malformed HTML, CSS, and JavaScript code to test web application security | 1,695 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,399 |
googleprojectzero/jackalope | A customizable, distributed coverage-guided fuzzer for black-box binaries on multiple platforms. | 1,094 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,041 |
chijinz/minerva | A tool that generates realistic browser API invocations by analyzing memory-level mod-ref relations and applying weighted selection during test case generation. | 31 |
googleprojectzero/fuzzilli | A fuzzer for dynamic language interpreters designed to detect core interpreter bugs | 1,890 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 212 |
jonmetz/androfuzz | A tool for fuzzing Android apps with generated files | 38 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,431 |
battelle/sandsifter | An x86 processor fuzzer that systematically searches for hidden instructions and bugs to detect security vulnerabilities and software issues | 485 |
stephenfewer/grinder | Automates fuzz testing of web browsers and manages crashes to help identify security vulnerabilities | 415 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 185 |
andresriancho/websocket-fuzzer | Automates the process of sending WebSocket messages to test application vulnerabilities | 144 |