> For the complete documentation index, see [llms.txt](https://paul-gleason.gitbook.io/sec-335-eth.-hacking-and-pen.-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paul-gleason.gitbook.io/sec-335-eth.-hacking-and-pen.-testing/tools-recon/dirb.md).

# DIRB

### Usage:

Template:

```
dirb http://<ip> -r
```

EX: Looking at the webserver 10.0.5.21 with recursion.

```
dirb http://10.0.5.21 -r
```

### Flags:

* -r   |  Recursive
