Forrest logo
back to context overview

dirb

List of commands for dirb:

  • dirb:ai:37589 dirb /usr/share/dirb/wordlists/big.txt
    $ dirb /usr/share/dirb/wordlists/big.txt
    try on your machine
    explain this command
  • dirb:tldr:05a28 dirb: Scan a webserver non-recursively.
    $ dirb ${https:--example-org} -r
    try on your machine
    explain this command
  • dirb:tldr:59136 dirb: Scan a webserver using a specified user-agent and cookie for HTTP-requests.
    $ dirb ${https:--example-org} -a ${user_agent_string} -c ${cookie_string}
    try on your machine
    explain this command
  • dirb:tldr:5c902 dirb: Scan a webserver using a custom wordlist.
    $ dirb ${https:--example-org} ${path-to-wordlist-txt}
    try on your machine
    explain this command
  • dirb:tldr:a0010 dirb: Scan a webserver using the default wordlist.
    $ dirb ${https:--example-org}
    try on your machine
    explain this command
back to context overview