Identify Virtual Websites
Introduction
FFUF
ffuf -w namelist.txt -u http://10.129.184.109 -H "HOST: FUZZ.inlanefreight.htb".
# Filtering Response Size
fuf -w namelist.txt -u http://10.129.184.109 -H "HOST: FUZZ.inlanefreight.htb" -fs 10918/etc/hosts File
# Add the IP and Domain mapping in the /etc/hosts file
10.10.10.10 example.comDig Utility
dig AXFR @10.10.10.10 example.com +nostat +nocmd +nocommentsREFERENCES
Last updated