QuickFuzz
File format tester
A tool for testing unexpected inputs of file formats in third-party software by leveraging existing libraries and fuzzers
An experimental grammar fuzzer in Haskell using QuickCheck
198 stars
24 watching
45 forks
Language: Haskell
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,399 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 212 |
forallsecure/graphfuzz | A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. | 9 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,431 |
prompt-security/ps-fuzz | An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. | 401 |
purseclab/fuzzusb | A framework for testing and validating the security of USB gadget stacks in operating systems | 34 |
compsec-snu/difuzz-rtl | An approach to fuzz testing CPU designs using differential coverage analysis and random instruction mutation | 74 |
fuzzing/mffa | Automatically testing Android media software components for vulnerabilities by feeding malformed media files to them. | 330 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 296 |
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 |
consensusfuzz/loki | A framework for detecting vulnerabilities in blockchain consensus protocols by generating targeted input to test their robustness | 11 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 185 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,168 |