Directory Brute-Force with dirb
recontool
Summary
Brute-forces web directories and files with dirb using a wordlist to discover hidden content.
Walkthrough
A quick way to discover hidden directories and files on a web server using dirb and a wordlist.
Steps
- Point dirb at the target URL with a wordlist (the built-in
common.txtis a good first pass).
``bash dirb http://<IP>/ /usr/share/wordlists/dirb/common.txt ``
Commands
bash
dirb http://<IP>/ /usr/share/wordlists/dirb/common.txt