Skip to content

Subdomain Enumeration

TheGetch edited this page Jun 2, 2021 · 2 revisions

Subdomain Enumeration

Subdomain Enumeration

Brute Force with ffuf:

$ ffuf -c -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt -u http://sneakycorp.htb/ -H "Host: FUZZ.sneakycorp.htb" -fs 185

sublist3r

sublist3r -d google.com

subfinder

subfinder -d example.com

Add keys to:

/home/<user>/.config/subfinder/config.yaml

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally