Dirbuster is a powerful directory busting tool written in Go that helps discover hidden directories and files on web servers.
./dirbuster -u http://example.com -w /path/to/wordlist.txt| Option | Description | Default |
|---|---|---|
-u |
Target URL (required) | - |
-w |
Path to wordlist (required) | - |
-t |
Number of concurrent threads | 10 |
-timeout |
Timeout for HTTP requests in seconds | 10 |
-x |
File extensions to search (comma separated) | - |
-ua |
User-Agent string | Dirbuster/1.0 |
-o |
Output file to write results | - |
-v |
Verbose output | - |
./dirbuster -u http://example.com -w /path/to/wordlist.txt -t 20./dirbuster -u http://example.com -w /path/to/wordlist.txt -x php,html,txt./dirbuster -u http://example.com -w /path/to/wordlist.txt -o results.txt