xmendez/wfuzz

Web application fuzzer

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 10th, 2026
Created on October 22nd, 2014
Open Issues & Pull Requests: 117 (+0)
GitHub issues: Enabled
Number of forks: 1,400
Total Stargazers: 6,577 (+0)
Total Subscribers: 169 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 93.8 days
Mean response time: 212.4 days
90th percentile: 1101.4 days
Tracked items: 8

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 939 days
Stale 30+ days: 13
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Wfuzz is a web application fuzzer that injects payloads into HTTP requests to discover vulnerabilities and test security across web application components.

Wfuzz addresses the challenge of systematically testing web applications by replacing the FUZZ keyword in requests with values from configurable payloads. This simple substitution mechanism allows injection into any part of an HTTP request—parameters, authentication mechanisms, forms, directories, files, headers, and other fields. The tool enables complex security attacks by treating payloads as flexible data sources that can be combined and applied across different request elements. Beyond basic fuzzing, Wfuzz includes a vulnerability scanner supported by plugins and exposes an interface to HTTP request and response history, enabling manual and semi-automatic testing with full context awareness.

Wfuzz suits penetration testers and security researchers performing web application assessments. It is particularly valuable for those who need flexibility in where and how payloads are injected, rather than being constrained to predefined scanning patterns. The tool's modular architecture makes it accessible for Python developers to extend through custom plugins. The simple plugin development model and the ability to work with request history from other tools like Burp Suite make it suitable for workflows that combine multiple security testing approaches.

The project maintains active development with regular updates to its codebase. The tool is distributed through multiple channels including pip installation and Docker images, indicating sustained effort to keep deployment methods current. Documentation is actively maintained at a dedicated site, supporting users across different experience levels.