Web Enumeration

gobuster directory bruteforce

gobuster dir -u http://10.10.10.121/ -w /usr/share/dirb/wordlists/common.txt

gobuster dns bruteforce

gobuster dns -d inlanefreight.com -w /usr/share/SecLists/Discovery/DNS/namelist.txt
curl -IL https://www.inlanefreight.com

web texhnology enumeration (similar to whatruns/wappalyzer)

whatweb 10.10.10.121
whatweb --no-errors 10.10.10.0/24

Last updated