2021-10-17 02:12:21 +02:00
|
|
|
# dirb
|
|
|
|
|
|
|
|
> Scan HTTP-based webservers for directories and files.
|
2024-10-12 10:02:00 +02:00
|
|
|
> More information: <https://dirb.sourceforge.net>.
|
2021-10-17 02:12:21 +02:00
|
|
|
|
|
|
|
- Scan a webserver using the default wordlist:
|
|
|
|
|
|
|
|
`dirb {{https://example.org}}`
|
|
|
|
|
|
|
|
- Scan a webserver using a custom wordlist:
|
|
|
|
|
|
|
|
`dirb {{https://example.org}} {{path/to/wordlist.txt}}`
|
|
|
|
|
|
|
|
- Scan a webserver non-recursively:
|
|
|
|
|
|
|
|
`dirb {{https://example.org}} -r`
|
|
|
|
|
|
|
|
- Scan a webserver using a specified user-agent and cookie for HTTP-requests:
|
|
|
|
|
|
|
|
`dirb {{https://example.org}} -a {{user_agent_string}} -c {{cookie_string}}`
|