skills/modelscope.cn/ffuf-web-fuzzing

ffuf-web-fuzzing

SKILL.md

FFUF (Fuzz Faster U Fool) Skill

Contributed by: Joseph Thacker (@rez0)

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
# Download from: https://github.com/ffuf/ffuf/releases/latest
Installs
2
First Seen
Jun 3, 2026
ffuf-web-fuzzing from modelscope.cn