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
Back to fuzzapi/fuzzapi

Open-source alternatives to Fuzzapi

30 open-source projects similar to fuzzapi/fuzzapi, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Fuzzapi alternative.

  • ffuf/ffufffuf avatar

    ffuf/ffuf

    15,618View on GitHub↗

    This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I

    Gofuzzerinfosecpentesting
    View on GitHub↗15,618
  • alufers/mitmproxy2swaggeralufers avatar

    alufers/mitmproxy2swagger

    9,530View on GitHub↗

    mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references. The tool enables the reconstruction of undocumented APIs by converting intercepted HTTP request and response patterns into specifications. It supports merging multiple traffic capture files into a single schema to incrementally expand an API map and ut

    HTMLmitmproxyopenapireverse-engineering
    View on GitHub↗9,530
  • 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
  • api-security/apikitAPI-Security avatar

    API-Security/APIKit

    2,270View on GitHub↗

    APIKit:Discovery, Scan and Audit APIs Toolkit All In One.

    Java
    View on GitHub↗2,270

AI search

Explore more awesome repositories

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

Find more with AI search
  • apiclarity/apiclarityapiclarity avatar

    apiclarity/apiclarity

    572View on GitHub↗

    An API security tool to capture and analyze API traffic, test API endpoints, reconstruct Open API specification, and identify API security risks.

    Go
    View on GitHub↗572
  • assetnote/kiterunnerassetnote avatar

    assetnote/kiterunner

    3,204View on GitHub↗

    Contextual Content Discovery Tool

    Go
    View on GitHub↗3,204
  • blst-security/cherrybombblst-security avatar

    blst-security/cherrybomb

    1,231View on GitHub↗

    Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.

    Rust
    View on GitHub↗1,231
  • bo0om/fuzz.txtBo0oM avatar

    Bo0oM/fuzz.txt

    3,312View on GitHub↗

    Potentially dangerous files

    View on GitHub↗3,312
  • centralmind/gatewaycentralmind avatar

    centralmind/gateway

    530View on GitHub↗

    Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.

    Go
    View on GitHub↗530
  • 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
  • dwisiswant0/wadl-dumperdwisiswant0 avatar

    dwisiswant0/wadl-dumper

    98View on GitHub↗

    Dump all available paths and/or endpoints on WADL file.

    Go
    View on GitHub↗98
  • endava/catsEndava avatar

    Endava/cats

    1,359View on GitHub↗

    CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.

    Java
    View on GitHub↗1,359
  • flipkart-incubator/astraflipkart-incubator avatar

    flipkart-incubator/Astra

    2,639View on GitHub↗

    Astra is a security analysis system and scanner designed to identify vulnerabilities and security flaws in REST API endpoints. It functions as a security testing tool that automatically detects common API weaknesses during development and deployment cycles. The project provides a graphical interface for triggering and monitoring security scanning processes, removing the requirement for manual command line execution. This management UI allows for the oversight of scanning workflows and the retrieval of vulnerability reports. The system supports the import of collection files to map endpoints

    Pythonci-cdowasppenetration-testing
    View on GitHub↗2,639
  • fuzzdb-project/fuzzdbfuzzdb-project avatar

    fuzzdb-project/fuzzdb

    8,819View on GitHub↗

    fuzzdb is a collection of datasets designed for web application penetration testing and dynamic fuzzing. It provides a fuzzing payload dictionary, a resource discovery wordlist, and a fault injection dataset containing corrupted Unicode, null bytes, and escape codes to trigger application crashes and logic errors. The project includes a security filter bypass list featuring polyglots and encoded strings to evade web application firewalls and input validation filters. It also provides a comprehensive web application penetration testing dataset specifically for identifying flaws such as cross-s

    PHP
    View on GitHub↗8,819
  • googleprojectzero/fuzzilligoogleprojectzero avatar

    googleprojectzero/fuzzilli

    2,214View on GitHub↗

    A JavaScript Engine Fuzzer

    Swift
    View on GitHub↗2,214
  • imperva/automatic-api-attack-toolimperva avatar

    imperva/automatic-api-attack-tool

    495View on GitHub↗

    Imperva's customizable API attack tool takes an API specification as an input, generates and runs attacks that are based on it as an output.

    Java
    View on GitHub↗495
  • kisspeter/apifuzzerKissPeter avatar

    KissPeter/APIFuzzer

    467View on GitHub↗

    Fuzz test your application using your OpenAPI or Swagger API definition without coding

    Python
    View on GitHub↗467
  • metlo-labs/metlometlo-labs avatar

    metlo-labs/metlo

    1,777View on GitHub↗

    Metlo is an open-source API security platform.

    TypeScript
    View on GitHub↗1,777
  • microsoft/restler-fuzzermicrosoft avatar

    microsoft/restler-fuzzer

    2,915View on GitHub↗

    RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.

    Python
    View on GitHub↗2,915
  • opticdev/opticopticdev avatar

    opticdev/optic

    1,534View on GitHub↗

    OpenAPI linting, diffing and testing. Optic helps prevent breaking changes, publish accurate documentation and improve the design of your APIs.

    TypeScript
    View on GitHub↗1,534
  • owasp/offatOWASP avatar

    OWASP/OFFAT

    660View on GitHub↗

    The OWASP OFFAT tool autonomously assesses your API for prevalent vulnerabilities, though full compatibility with OAS v3 is pending. The project remains a work in progress, continuously evolving towards completion.

    Python
    View on GitHub↗660
  • rhinosecuritylabs/swagger-ezRhinoSecurityLabs avatar

    RhinoSecurityLabs/Swagger-EZ

    188View on GitHub↗

    A tool geared towards pentesting APIs using OpenAPI definitions.

    JavaScript
    View on GitHub↗188
  • rub-nds/rest-attackerRUB-NDS avatar

    RUB-NDS/REST-Attacker

    80View on GitHub↗

    REST-Attacker is designed as a proof-of-concept for the feasibility of testing generic real-world REST implementations. Its goal is to provide a framework for REST security research.

    Python
    View on GitHub↗80
  • s0md3v/arjuns0md3v avatar

    s0md3v/Arjun

    6,086View on GitHub↗

    Arjun is an HTTP parameter discovery tool that identifies valid parameters on web endpoints by testing large dictionaries of parameter names against target URLs. It systematically probes endpoints using GET, POST, JSON, and XML request formats to find which parameters the server accepts, and can detect parameters whose values appear reflected in the response body. The tool distinguishes itself through its multi-method scanning approach, passive parameter collection from public archives like OTX and CommonCrawl, and its ability to detect value-sensitive parameters that only trigger a response

    Pythonapi-fuzzerapi-fuzzingapi-testing
    View on GitHub↗6,086
  • teebytes/tnt-fuzzerTeebytes avatar

    Teebytes/TnT-Fuzzer

    110View on GitHub↗

    OpenAPI 2.0 (Swagger) fuzzer written in python. Basically TnT for your API.

    Python
    View on GitHub↗110
  • tno-s3/wuppiefuzzTNO-S3 avatar

    TNO-S3/WuppieFuzz

    209View on GitHub↗

    A coverage-guided REST API fuzzer developed on top of LibAFL

    Rust
    View on GitHub↗209
  • wallarm/gotestwafwallarm avatar

    wallarm/gotestwaf

    1,789View on GitHub↗

    An open-source project in Golang to asess different API Security tools and WAF for detection logic and bypasses

    Go
    View on GitHub↗1,789
  • xmendez/wfuzzxmendez avatar

    xmendez/wfuzz

    6,519View on GitHub↗

    Wfuzz is a web application fuzzing framework that automates the injection of payloads into HTTP requests to discover hidden resources, parameters, and vulnerabilities. It functions as a content discovery scanner, a brute-force tool for credential guessing, and a plugin-based vulnerability scanner, all within a single modular system. The tool distinguishes itself through its plugin-based extensibility, allowing custom Python modules to add new payload sources, output printers, or scanning logic without modifying core code. It supports concurrent request dispatch using thread-based parallelism

    Python
    View on GitHub↗6,519
  • akto-api-security/aktoakto-api-security avatar

    akto-api-security/akto

    1,486View on GitHub↗

    Proactive, Open source API security → API discovery, API Security Posture, Testing in CI/CD, Test Library with 1000+ Tests, Add custom tests, Sensitive data exposure

    Java
    View on GitHub↗1,486