ffuf-web-fuzzing

Fuzz web applications with ffuf to discover hidden resources and test endpoints.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill ffuf-web-fuzzing-carbeneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffuf-web-fuzzing
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/Ffuf
Command: npx skills add https://github.com/CarbeneAI/Forge --skill ffuf-web-fuzzing-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides expert guidance for ffuf web fuzzing to help security testers discover hidden content and vulnerabilities quickly, including authenticated fuzzing with raw requests, auto-calibration, and structured result analysis.

Core Features & Use Cases

  • Fuzzing workflows with ffuf including authenticated scenarios and support for raw HTTP requests
  • Auto-calibration to reduce noise and false positives during result analysis
  • Templates, wordlists, and example use cases for common fuzzing tasks

Quick Start

Start fuzzing by loading a prepared raw HTTP request (req.txt) with FUZZ in the target endpoint, run ffuf with a wordlist and -ac, then review results for anomalies

Frequently Asked Questions about ffuf-web-fuzzing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fuzz authenticated web endpoints using ffuf?

Fuzzing authenticated web endpoints with ffuf involves loading a prepared raw HTTP request containing your session token and placing the FUZZ keyword in the target endpoint path. This method tests protected routes directly using your active credentials.

What is the best way to reduce false positives during web fuzzing?

Auto-calibration is the best way to reduce false positives during web fuzzing. By enabling the auto-calibration flag, ffuf automatically filters out random responses and standardizes templates, ensuring reproducible and accurate vulnerability assessments.

Can I use a raw HTTP request template for API fuzzing with ffuf?

Yes, you can use a raw HTTP request template for API fuzzing with ffuf. Loading a structured request file allows you to inject wordlists into specific API parameters, testing hidden resources and protected endpoints efficiently.

How do I discover hidden directories and files using ffuf?

To discover hidden directories and files using ffuf, run the tool against your target URL with a chosen wordlist. Auto-calibration helps filter noise, leaving a structured result analysis of valid paths and web-facing vulnerabilities.

Do I need a specific wordlist format to perform penetration testing with ffuf?

Penetration testing with ffuf requires standard text-based wordlists, where each line represents a potential path or parameter. The tool processes these lists to discover hidden content, with templates provided for common security testing tasks.