Virtual Hosts (VHOSTS)
Virtual Hosts (VHOSTS) Enumeration
Enumeration
# Ffuf
ffuf -u http://example.com/ -H "Host: FUZZ.example.com" -w wordlist.txt -fs 1234
# follow redirect (-r)
ffuf -u http://example.com/ -H "Host: FUZZ.example.com" -w wordlist.txt -fs 1234 -r
# Sometimes, we have to specify the ip address not domain.
ffuf -u http://10.0.0.1/ -H "Host: FUZZ.example.com" -w wordlist.txt -fs 1234
# Wfuzz
wfuzz -u http://example.com -H "Host: FUZZ.example.com" -w wordlist.txt --hl 138Add Vhosts to Hosts File
Related Domains
OSINT
SAN (Subject Alternative Name) in the Certificate
Tools
virtual-host-discovery
vhosts-sieve
fierce
VHostScan
Techniques
Last updated