Fuzzing/Gobuster Extensions
One common way to identify that is by finding the server type through the HTTP response headers and guessing the extension. For example, if the server is apache
, then it may be .php
, or if it was IIS
, then it could be .asp
or .aspx
, and so on.
Last updated