HTTP
Hypertext transfer protocol (port 80)
whatweb $IP
http $IP
dirb http://$IP/
browsh --startup-url $URL #outputs on terminal all that you'll see on browsernmap
nmap -sC -sV $IP -p80 --script http-enumnmap -sC -sV $IP -p80 --script http-headersnmap -sC -sV $IP -p80 --script http-methods \
--script-args http-methods.url-path=/directory/nmap -sC -sV $IP -p80 --script http-webdav-scan \
--script-args http-methods.url-path=/directory/dir bruteforcing
ffuf
gobuster
check robots.txt
Last updated