Skip to main content
For web applications, I run these initial checks:
The 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

I run two wordlists: 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

For subdomains/vhosts, I use https://github.com/n0kovo/n0kovo_subdomains. There’s also an option with ffuf, -mc all, that will return all status codes. This is helpful for catching subdomains that hosts an API.

Parameter Fuzzing

todo