Enumeration Methodology
1) Low Hanging Fruits
nikto -h TARGET_SERVER
2) Directory Fuzzing
Wordlists to use:
feroxbuster -u http://DOMAIN.LOCAL/ -w /usr/share/wordlists/dirb/common.txt -C 404 -x txt
3) Subdomain/Vhost Fuzzing
4) CMS Enumeration
5) Sensitive data from important files
6) Password reuse
7) Default credentials
8) Brute-force/Password Spray
Last updated