Skip to main content

DIRB

dirb can be used to enumerate web applications.

Table of Contents
  • Installation
  • Directory Enumeration

Installation

To install DIRB, we can use the following command:

apt install dirb

Directory Enumeration

To use it, we can use the following command:

dirb http://10.10.10.10

By default, DIRB will be use wordlist in /usr/share/dirb/common.txt. To specify our own wordlist, we can use the -f flag.

An example will be:

dirb http://10.10.10.10 -f /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt