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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
xmendez avatar

xmendez/wfuzz

0
View on GitHub↗
6,519 stele·1,403 fork-uri·Python·GPL-2.0·6 vizualizăriwfuzz.io↗

Wfuzz

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 to improve throughput on large payload sets, while also providing result filtering and comparison to highlight anomalies. Wfuzz replays captured HTTP requests and responses from prior sessions, preserving state for manual inspection and resending during testing.

The framework covers hidden endpoint and resource discovery, HTTP parameter fuzzing across query strings, POST bodies, headers, and cookies, and brute-force authentication against login forms and HTTP authentication mechanisms. It uses a keyword-based payload injection system where a placeholder token in any HTTP request field is replaced with values from wordlists, generators, or iterators.

Features

  • Web Application Fuzzers - Automates the injection of payloads into HTTP requests to discover hidden resources, parameters, and vulnerabilities.
  • Plugin Systems - Allows building custom plugins in Python to add new payload sources, printers, or scanning logic.
  • Keyword-Based Payload Injectors - Replaces the FUZZ keyword in any HTTP request field with values from a payload source to test for hidden resources and vulnerabilities.
  • Concurrent Fuzzing Dispatchers - Ships thread-based parallelism to send multiple fuzzing requests simultaneously, improving throughput on large payload sets.
  • Hidden File Discovery - Substitutes payloads into request templates to probe web applications for undiscovered files, directories, and parameters.
  • Parameter Fuzzing - Iterates through payloads for query strings, POST bodies, headers, and cookies to find injection points.
  • Payload Injection Techniques - Replaces placeholders in HTTP requests with wordlist values to test many inputs automatically.
  • Keyword-Based Injection Engines - Replaces a placeholder token in any HTTP request field with values from a wordlist or generator to automate input testing.
  • Plugin-Based - Provides a plugin-based scanner that automatically finds and exploits security flaws in web applications through fuzzing.
  • Security Vulnerability Scanning - Uses plugin-based scanning to automatically find and exploit common web application security flaws.
  • Web Resource Discovery Scanners - Probes web applications for unlinked files, directories, and endpoints by substituting payloads into request templates.
  • Thread-Based Fuzzing Dispatchers - Uses Python threading to send multiple fuzzing requests in parallel, improving throughput on large payload sets.
  • Plugin-Based Logic Extensions - Loads custom Python modules at runtime to add new payload sources, output printers, or scanning logic.
  • Payload Substitution Engines - Drives a loop that substitutes payloads into a request template and dispatches each variant to the target server.
  • HTTP Fuzzing - Injects payloads into HTTP request parameters, headers, cookies, and URLs to test for hidden resources and vulnerabilities.
  • Plugin-Based Scanning Frameworks - Uses custom Python plugins to extend fuzzing with new payloads, printers, or scan capabilities for security testing.
  • Multi-Source Payload Pipelines - Combines payloads from files, generators, or iterators into a single stream that feeds the request engine.
  • Plugin-Based Scanners - Uses custom Python plugins to extend fuzzing with new payloads, printers, or scan capabilities for security testing.
  • Brute Force Tools - Cycles through username and password payloads to automate credential guessing against login forms and HTTP authentication.
  • Credential Brute-Forcing - Cycles through username and password payloads to automate credential guessing against login forms and HTTP authentication.
  • Response Anomaly Filters - Applies filters and diffing logic to responses to highlight anomalies, error codes, or size changes that indicate interesting findings.
  • Brute Force Tools - Tool for web application fuzzing and brute forcing.
  • Fuzzing - Web application fuzzer.
  • Fuzzing Tools - Web application fuzzer.
  • Application Security - Web application assessment tool based on payload replacement.
  • Attack Payloads - Tool and payload collection for web application brute-forcing and fuzzing.
  • Fuzzers and Brute Forcers - Flexible web application fuzzer for testing input validation and discovery.
  • Fuzzing and Injection - Web application bruteforcer for testing input vectors.
  • Information Gathering - Fuzzes web applications to discover hidden content and parameters.
  • Network and Web Reconnaissance - Framework for web application scanning and fuzzing.
  • Web Application Analysis - Web application fuzzer for discovering hidden content and vulnerabilities.
  • Web Application Security - Versatile web application fuzzer for identifying security flaws.

Istoric stele

Graficul istoricului de stele pentru xmendez/wfuzzGraficul istoricului de stele pentru xmendez/wfuzz

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Wfuzz

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Wfuzz.
  • oj/gobusterAvatar OJ

    OJ/gobuster

    13,429Vezi pe GitHub↗

    Gobuster is a command-line security utility designed for brute-force discovery of hidden infrastructure and content. It operates by systematically testing wordlists against target network services to identify files, directories, subdomains, and cloud storage buckets. The tool utilizes a concurrent worker pool to execute these requests in parallel, ensuring efficient scanning across various network environments. The project distinguishes itself through a modular plugin architecture that supports multiple discovery modes, including HTTP, DNS, and TFTP. This design allows for protocol-agnostic r

    Godnsgopentesting
    Vezi pe GitHub↗13,429
  • ffuf/ffufAvatar ffuf

    ffuf/ffuf

    15,618Vezi pe 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
    Vezi pe GitHub↗15,618
  • maurosoria/dirsearchAvatar maurosoria

    maurosoria/dirsearch

    14,403Vezi pe GitHub↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Python
    Vezi pe GitHub↗14,403
  • yaklang/yakitAvatar yaklang

    yaklang/yakit

    7,386Vezi pe GitHub↗

    Yakit is a comprehensive cybersecurity all-in-one platform designed for security assessments. It integrates a suite of core tools including an HTTP interception proxy for real-time traffic modification, an out-of-band interaction detector for verifying remote command execution via TCP, DNSLog, and ICMP, and a reverse shell manager for controlling remote server connections. The platform is distinguished by its dedicated security scripting environment, which allows for the development and execution of custom logic and plugins using a specialized high-performance language. It further extends fun

    TypeScriptblueteamburpsuiteexploit
    Vezi pe GitHub↗7,386
Vezi toate cele 30 alternative pentru Wfuzz→

Întrebări frecvente

Ce face xmendez/wfuzz?

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.

Care sunt principalele funcționalități ale xmendez/wfuzz?

Principalele funcționalități ale xmendez/wfuzz sunt: Web Application Fuzzers, Plugin Systems, Keyword-Based Payload Injectors, Concurrent Fuzzing Dispatchers, Hidden File Discovery, Parameter Fuzzing, Payload Injection Techniques, Keyword-Based Injection Engines.

Care sunt câteva alternative open-source pentru xmendez/wfuzz?

Alternativele open-source pentru xmendez/wfuzz includ: oj/gobuster — Gobuster is a command-line security utility designed for brute-force discovery of hidden infrastructure and content.… ffuf/ffuf — This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure… maurosoria/dirsearch — dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on… yaklang/yakit — Yakit is a comprehensive cybersecurity all-in-one platform designed for security assessments. It integrates a suite of… thekingofduck/fuzzdicts — fuzzDicts is a repository of curated wordlists and dictionaries designed for web application fuzzing. It provides… jaykali/maskphish — Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network…