ffuf-web-fuzzing

Installation
SKILL.md

FFUF (Fuzz Faster U Fool) Skill

When to Use

  • You are fuzzing web targets with ffuf during authorized security testing or penetration testing.
  • The task involves content discovery, subdomain enumeration, parameter fuzzing, or authenticated request fuzzing.
  • You need guidance on wordlists, filtering, calibration, and interpreting ffuf results efficiently.

Overview

FFUF is a fast web fuzzer written in Go, designed for discovering hidden content, directories, files, subdomains, and testing for vulnerabilities during penetration testing. It's significantly faster than traditional tools like dirb or dirbuster.

Installation

# Using Go
go install github.com/ffuf/ffuf/v2@latest

# Using Homebrew (macOS)
brew install ffuf

# Binary download
Related skills
Installs
33
GitHub Stars
37.3K
First Seen
Mar 15, 2026