#Web Application Security #Active Reconnaissance #Path Enumeration
Path Enumeration
Basic
Very basic and quick path enumeration can be done with Nmap
built-in NSE script:
Brute-force
Files and directories enumeration. Wordlists:
/usr/share/wordlists/dirb/common.txt
- all (link)/usr/share/seclists/Discovery/Web-Content/combined_words.txt
- files (link)/usr/share/seclists/Discovery/Web-Content/combined_directories.txt
- directories (link)
NOTE: If you discover a directory you must enumerate further starting from there. There may be nested files or further directories.
Fuff
Usage:
Gobuster
Gobuster
is able to use pattern file (-p
param). The {GOBUSTER}
keyword is replaced by every single word from the provided wordlist. It increases number of variations.
An example of the API-related pattern file:
Usage: