choronzon
Evolutionary fuzzer
An evolutionary fuzzer that uses user-defined information to produce and test file formats.
An evolutionary knowledge-based fuzzer
268 stars
23 watching
61 forks
Language: Python
last commit: 9 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 used to generate malformed HTML code to test web application security | 1,697 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |
googleprojectzero/jackalope | A customizable, distributed coverage-guided fuzzer for black-box binaries on multiple platforms. | 1,103 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
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 | Automates the process of finding bugs in JavaScript engines by generating random code and testing it for errors | 1,896 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
jonmetz/androfuzz | A tool for fuzzing Android apps with generated files | 39 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,437 |
battelle/sandsifter | Automates the discovery of hidden instructions and bugs in x86 processors | 490 |
stephenfewer/grinder | Automates fuzz testing of web browsers and manages crashes to help identify security vulnerabilities | 416 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 188 |
andresriancho/websocket-fuzzer | Automates the process of sending WebSocket messages to test application vulnerabilities | 144 |