Brute-forces hidden paths on web servers and more. More information: https://github.com/OJ/gobuster.
gobuster dir --url https://example.com/ --wordlist path/to/file
gobuster dns --domain example.com --wordlist path/to/file
gobuster s3 --wordlist path/to/file
gobuster vhost --url https://example.com/ --wordlist path/to/file
gobuster fuzz --url https://example.com/?parameter=FUZZ --wordlist path/to/file
gobuster fuzz --url https://example.com/?FUZZ=value --wordlist path/to/file