Checklist Rápido
- Tecnologías:
whatweb, Wappalyzer.
- Fuzzing Directorios:
gobuster, feroxbuster.
- Fuzzing Subdominios:
wfuzz, gobuster vhost.
- Archivos Sensibles:
robots.txt, sitemap.xml, .git/.
- Parámetros: Buscar
?id=, ?file=, ?url=.
Fuzzing Cheatsheet
Gobuster (Directorios)
gobuster dir -u http://target.com -w /usr/share/wordlists/dirb/common.txt -x php,txt,html
Wfuzz (Subdominios / VHosts)
wfuzz -c -f sub-fighter -w subdomains.txt -u http://target.com -H "Host: FUZZ.target.com" --hc 403,404
Enumeración de Usuarios (Emails)
nmap -p80 --script http-email-harvest <target>
Bypass User-Agent
curl -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" http://target.com