Skip to content

Dir

Gobuster

Gobuster is busting tool use to find folders, vhost and subdomains on a target.

Flag Value Description
-t 10 Number of threads
-b Nop Only show positive respond codes
-s Nop Only show negative respond codes
-o result.txt Export results into a file
-k Nop Bypass SSL verification

Directories

Find target directories

Bash
gobuster dir -u <target:port> -w <wordlist.txt>

Find target files

Bash
gobuster dir -u <target:port> -w <wordlist.txt> -x <filetype>

Vhosts

Find target active vhosts

Bash
gobuster vhost -u <target:port> -w <wordlist.txt>