gobuster fuzz -u http://target.com/page?id=FUZZ -w numbers.txt
gobuster dir -u http://ctf.challenge.local -w small.txt -t 5 --delay 500ms --exclude-length 0,1234 gobuster commands upd
Flag explanation: --wildcard helps skip wildcard DNS entries that would match everything. gobuster fuzz -u http://target
Used to find hidden content on web servers by appending wordlist entries to a target URL. gobuster commands upd