Skip to content

Commit

Permalink
dirb: add page (#6960)
Browse files Browse the repository at this point in the history
  • Loading branch information
gutjuri committed Oct 17, 2021
1 parent b436cd4 commit bcf9a4a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/linux/dirb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# dirb

> Scan HTTP-based webservers for directories and files.
> More information: <http://dirb.sourceforge.net>.
- 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}}`

0 comments on commit bcf9a4a

Please sign in to comment.