EN
ENNA

ffuf

FeaturedMIT

🕸 Web Scanning · Go

ffuf (Fuzz Faster U Fool) is a fast web fuzzer written in Go. It's designed to be versatile, allowing you to fuzz any part of an HTTP request including URLs, headers, POST data, and more. ffuf supports multiple wordlists, custom matchers and filters, recursive scanning, and output in multiple formats. Its speed and flexibility have made it the go-to tool for directory discovery, parameter fuzzing, and virtual host enumeration in bug bounty and penetration testing.

15.8kstars
1.5kforks
222issues
Updated 11mo ago

Installation

go install

$ go install github.com/ffuf/ffuf/v2@latest

brew (macOS)

$ brew install ffuf

apt (Kali)

$ sudo apt install ffuf

Use Cases

  • Directory and file discovery on web servers
  • GET/POST parameter fuzzing
  • Virtual host enumeration
  • API endpoint discovery
  • Custom header and cookie fuzzing

Tags

fuzzingdirectory-brutefastflexible

Details

Category
🕸 Web Scanning
Language
Go
Repository
ffuf/ffuf
License
MIT

Platforms

🐧linux🍎macos🪟windows

More in Web Scanning