Directory & File Enumeration
Last updated
Was this helpful?
Last updated
Was this helpful?
Follow the link for more other than basic enumeration.
There are 2 basic methods that we can use here. We can either take a list of common directories crafted for our target (Check ) and enumerate the domain with tools like , , dirbuster, , wfuzz, and burp.
Or we can the site following links and using burp to build a site scope of linked pages. This second method can be better if we want to test for files that we can see after a login and then check if they are still accessible after a logoff.
Note this for 302's
Often times if we request a file it can give us a 302 to the page. If you see these response codes in your enumeration results. Make a new list of the results and then try that second list with param value combinations. Below we see that if we add a param to the same unauth request we can then change the 302 to a viewable 200 page.