ffuf-GUI is a web-based fuzzing tool inspired by ffuf, designed for penetration testing and security assessments. It provides a user-friendly interface to automate fuzzing tasks directly from a browser, supporting GET, POST, and custom header injections. With real-time results, response filtering, and exportable reports, WebFuzz is an efficient tool for security researchers and ethical hackers. π
π ffuf-GUI is a web-based fuzzing tool inspired by ffuf. It provides a user-friendly interface to perform fuzzing tasks for penetration testing and security assessments directly from a web browser.
β Web-Based Interface - No need for CLI, perform fuzzing through a web browser.
β Custom Wordlists - Upload your own wordlists or use default ones.
β Multiple Attack Modes - Supports GET, POST, and custom header injections.
β Real-Time Results - Displays live results in a structured format.
β Response Filtering - Filter responses based on status codes, content length, and keywords.
β Concurrency Control - Adjust the number of concurrent requests for better performance.
β Exportable Results - Save results in various formats like JSON, CSV, or plain text.
β Cross-Platform - Works on Linux, Windows, Mac, and Android (via browser).
π Clone this repository
git clone https://github.com/Ap1311/ffuf-GUI.git
π Enter the directory
cd ffuf-GUI
π Start the application
- Open index.html in a browser or deploy on a local server.
OS | Support Level |
---|---|
π§ Linux | Excellent |
π₯οΈ Windows | Excellent |
π MacOS | Excellent |
π± Android | Excellent (via browser) |
1οΈβ£ Open WebFuzz in a browser.
2οΈβ£ Enter the target URL.
3οΈβ£ Select the desired fuzzing parameters.
4οΈβ£ Start the fuzzing process.
5οΈβ£ Analyze and export the results.
Issue | Cause | Solution |
---|---|---|
β "Invalid URL" | Incorrect input format | Ensure correct URL syntax (e.g., http://example.com) |
π "No results found" | No matching responses | Try a different wordlist or fuzzing parameter |
π’ "Slow performance" | High concurrency settings | Reduce request threads for better stability |