How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
A JavaScript Engine Fuzzer
The main features of googleprojectzero/fuzzilli are: Fuzzing.
Open-source alternatives to googleprojectzero/fuzzilli include: 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.