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
199 stars
24 watching
45 forks
Language: Haskell
last commit: almost 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |
| A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
| A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. | 9 |
| A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,437 |
| An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. | 419 |
| A framework for testing and validating the security of USB gadget stacks in operating systems | 34 |
| An approach to fuzz testing CPU designs using differential coverage analysis and random instruction mutation | 79 |
| Automatically testing Android media software components for vulnerabilities by feeding malformed media files to them. | 332 |
| A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |
| A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
| A framework for detecting vulnerabilities in blockchain consensus protocols by generating targeted input to test their robustness | 12 |
| Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
| A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
| A tool that generates random inputs to test the robustness of database management systems | 188 |
| Automatically tests .NET programs by generating random test cases based on predefined properties | 1,169 |