Examples (4)
Scan a webserver using the default wordlist
dirb https://example.orgScan a webserver using a custom wordlist
dirb https://example.org path/to/wordlist.txtScan a webserver non-recursively
dirb https://example.org -rScan a webserver using a specified user-agent and cookie for HTTP-requests
dirb https://example.org -a user_agent_string -c cookie_stringmade by @shridhargupta | data from tldr-pages