Pentesting Tools: Web Directory Enumeration - Paiet/SEC-335 GitHub Wiki
- Web Directory Brute-force Enumeration
- Dirbuster
- OWASP tool
- No longer supported as stand-alone app
- Baked into OWASP-Zap now
- Select Target
- Start then stop attack
- Right-click on target
- Click "Force Browse Directory"
- Repeat step 4
- Dirb
dirb http://10.0.0.165/ /usr/share/wordlist/dirb/big.txt
- Look at other option in
man dirb
- Gobuster (USE MINT)
gobuster -u http://10.0.0.165/
-w /usr/share/wordlist/dirb/big.txt
-s '200,204,301,302,307,403,500'
-e