🛠️ FFUF

Primary: 01 - Web Security

Secondary: 02 - Enumeration

Installation

sudo apt update
sudo apt install ffuf

Common Commands

Fuzz Faster You Fool!!!!

FlagNameDescription
-uURLThe target URL. Must contain the FUZZ keyword.
-wWordlistPath to your wordlist (e.g., /usr/share/seclists/...).
-cColorEnables colorized output (essential for readability).
-vVerboseShows the full URL for each result (great for copying/pasting).
-recursionRecursionIf it finds a directory, it starts fuzzing inside that directory automatically.
-tThreadsSpeed control. Default is 40. Bump to 100+ for speed, lower for stealth.

Tips & Tricks

TABLE creation_date AS "Created" 
FROM "05 - Content" 
WHERE contains(tools, this.file.link) AND contains(tags, "🚩") 
SORT file.name ASC

References: Link