Vhost

Virtual host discovery (without DNS records)

ffuf

Github repository :

https://github.com/ffuf/ffuf

#Fuzz Host-header, match HTTP 200 responses.
ffuf -w hosts.txt -u https://example.org/ -H "Host: FUZZ" -mc 200

gobuster

Github repository :

https://github.com/OJ/gobuster

gobuster vhost -u https://mysite.com -w common-vhosts.txt

Last updated