Server header can sometimes provide the version of the web server. These versions aren’t common, but they are worth looking out for:
Keep the web server in mind in case you get the ability to read local files.
Directory Fuzzing
- feroxbuster
- ffuf
directory-list-2.3-medium.txt and common.txt from…? common.txt has hidden files so I get those out of the way before I use the former.Subdomain/VHost Fuzzing
- ffuf
- gobuster
ffuf, -mc all, that will return all status codes. This is helpful for catching subdomains that hosts an API.