Options (3)
-u, --urlbooleanDiscover directories and files that match in the wordlist
Example:
gobuster dir {{[-u|--url]}} {{https://example.com/}} {{[-w|--wordlist]}} {{path/to/file}}-w, --wordlistbooleanDiscover directories and files that match in the wordlist
Example:
gobuster dir {{[-u|--url]}} {{https://example.com/}} {{[-w|--wordlist]}} {{path/to/file}}-d, --domainbooleanDiscover subdomains
Example:
gobuster dns {{[-d|--domain]}} {{example.com}} {{[-w|--wordlist]}} {{path/to/file}}Examples (6)
Discover directories and files that match in the wordlist
Discover subdomains
gobuster dns [-d|--domain] example.com [-w|--wordlist] path/to/fileDiscover Amazon S3 buckets
gobuster s3 [-w|--wordlist] path/to/fileDiscover other virtual hosts on the server
gobuster vhost [-u|--url] https://example.com/ [-w|--wordlist] path/to/fileFuzz the value of a parameter
gobuster fuzz [-u|--url] https://example.com/?parameter=FUZZ [-w|--wordlist] path/to/fileFuzz the name of a parameter
gobuster fuzz [-u|--url] https://example.com/?FUZZ=value [-w|--wordlist] path/to/filemade by @shridhargupta | data from tldr-pages