fuzzilli
JavaScript engine fuzzer
Automates the process of finding bugs in JavaScript engines by generating random code and testing it for errors
A JavaScript Engine Fuzzer
2k stars
70 watching
308 forks
Language: Swift
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
googleprojectzero/jackalope | A customizable, distributed coverage-guided fuzzer for black-box binaries on multiple platforms. | 1,103 |
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 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,437 |
googleprojectzero/brokentype | A set of tools designed to test the robustness and security of font rasterization software | 430 |
jonmetz/androfuzz | A tool for fuzzing Android apps with generated files | 39 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
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 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
andresriancho/websocket-fuzzer | Automates the process of sending WebSocket messages to test application vulnerabilities | 144 |
momalab/icsfuzz | A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
rootup/bfuzz | Automates browser testing with generated input payloads to identify vulnerabilities | 309 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |
quarkslab/android-fuzzing | A toolkit for greybox fuzzing of Android applications using AFL++ Frida mode | 109 |