← Back
Discovery

ffuf

ffuf is a fast web fuzzer used to discover hidden directories and endpoints.

Use Cases

  • Directory discovery
  • Endpoint fuzzing
  • API enumeration

Example Command

ffuf -u https://rosenthal.network/FUZZ -w wordlist.txt

Example Output

admin [Status: 200]
api   [Status: 401]
backup [Status: 403]

Notes

Strength: Very fast and flexible

Limitation: Depends on wordlists

Next Step: Manually verify results

Highly effective with good wordlists.