Server header can sometimes provide the version of the web server. These versions aren’t common, but they are worth looking out for:
| Server | Version(s) | Vulnerability |
|---|---|---|
| Apache | 2.4.49 | CVE-2021-41773 (Path Traversal/RCE) |
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.