sudo apt install gobuster

gobuster dns -d target.com -w /usr/share/wordlists/seclists/Discovery/DNS/subdomains-top1million-5000.txt

: gobuster dir -u http://target.com -w /path/to/wordlist.txt 2. DNS ( dns ) Mode

Most people think of Gobuster solely as a directory brute-forcer, but it actually has three distinct modes:

gobuster dir -u https://example.com -w /usr/share/wordlists/dirb/common.txt -t 50 -x php,txt,html -o results.txt

gobuster vhost -u https://target.com -w /path/to/vhosts.txt

Gobuster Tool ((install)) -

sudo apt install gobuster

gobuster dns -d target.com -w /usr/share/wordlists/seclists/Discovery/DNS/subdomains-top1million-5000.txt gobuster tool

: gobuster dir -u http://target.com -w /path/to/wordlist.txt 2. DNS ( dns ) Mode sudo apt install gobuster gobuster dns -d target

Most people think of Gobuster solely as a directory brute-forcer, but it actually has three distinct modes: gobuster tool

gobuster dir -u https://example.com -w /usr/share/wordlists/dirb/common.txt -t 50 -x php,txt,html -o results.txt

gobuster vhost -u https://target.com -w /path/to/vhosts.txt