Tips

echo "10.10.10.1 wook.com" | sudo tee -a /etc/hosts

Tools

Enumeration

Nmap

nmap $IP --script=http-enum -sV -p 80

Browser

View Page Source
robots.txt
sitemap.xml

Subdomains

theharvester -d [domain] -b [search engine]
amass enum -passive -src -d [domain]
amass enum -active -d [domain]
cat [file with domains] | httprobe

Gobuster