awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
googleprojectzero avatar

googleprojectzero/fuzzilli

0
View on GitHub↗
2,214 stars·363 forks·Swift·Apache-2.0·7 views

Fuzzilli

A JavaScript Engine Fuzzer

Features

  • Fuzzing - JavaScript engine fuzzer.

Star history

Star history chart for googleprojectzero/fuzzilliStar history chart for googleprojectzero/fuzzilli

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fuzzilli

Similar open-source projects, ranked by how many features they share with Fuzzilli.
  • ameenmaali/qsfuzzameenmaali avatar

    ameenmaali/qsfuzz

    300View on GitHub↗

    qsfuzz (Query String Fuzz) allows you to build your own rules to fuzz query strings and easily identify vulnerabilities.

    Go
    View on GitHub↗300
  • bo0om/fuzz.txtBo0oM avatar

    Bo0oM/fuzz.txt

    3,312View on GitHub↗

    Potentially dangerous files

    View on GitHub↗3,312
  • d4rckh/vafd4rckh avatar

    d4rckh/vaf

    318View on GitHub↗

    Vaf is a cross-platform very advanced and fast web fuzzer written in nim

    Nim
    View on GitHub↗318
  • dvyukov/go-fuzzdvyukov avatar

    dvyukov/go-fuzz

    4,853View on GitHub↗

    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

    Go
    View on GitHub↗4,853
See all 8 alternatives to Fuzzilli→

Frequently asked questions

What does googleprojectzero/fuzzilli do?

A JavaScript Engine Fuzzer

What are the main features of googleprojectzero/fuzzilli?

The main features of googleprojectzero/fuzzilli are: Fuzzing.

What are some open-source alternatives to googleprojectzero/fuzzilli?

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.