A JavaScript Engine Fuzzer
Die Hauptfunktionen von googleprojectzero/fuzzilli sind: Fuzzing.
Open-Source-Alternativen zu googleprojectzero/fuzzilli sind unter anderem: ameenmaali/qsfuzz — qsfuzz (Query String Fuzz) allows you to build your own rules to fuzz query strings and easily identify vulnerabilities. bo0om/fuzz.txt — Potentially dangerous files. d4rckh/vaf — Vaf is a cross-platform very advanced and fast web fuzzer written in nim. dvyukov/go-fuzz — go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of… ffuf/ffuf — This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure… fuzzapi/fuzzapi — Fuzzapi is a tool used for REST API pentesting and uses API_Fuzzer gem.
qsfuzz (Query String Fuzz) allows you to build your own rules to fuzz query strings and easily identify vulnerabilities.
go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of