vhost Enumeration
Gobuster
gobuster vhost -u http://machine.htb -w /usr/share/seclists/Discovery/DNS/bitquark-subdomains-top100000.txtFFuf Fuzzing for subdomains
ffuf -u http://vulnnet.thm -H "Host: FUZZ.vulnnet.thm" -w /usr/share/SecLists/Discovery/DNS/subdomains-top1million-5000.txt -fs 5829Another ffuf example
ffuf -w /mnt/home/dasor/wordlist/directory-list-2.3-big.txt:FUZZ -u http://trick.htb/ -H 'Host: preprod-FUZZ.trick.htb' -v -fs 5480ffuf Filter out 302 redirects when looking for subdomains



ffuf vhost filter by fixed size
ffuf subdomain over HTTPS
ffuf with Cookie and Matching a status code
WARNING: Avoid ffuf -ac (Auto-Calibrate) for vhost Enumeration
wfuzz for vhost Enumeration
Common Mistakes in vhost Enumeration
Last updated