DIRB is a Web Content Scanner. It looks for existing (and/or hidden) Web Objects. It basically works by launching a dictionary based attack against a web server and analyzing the responses.
DIRB comes with a set of preconfigured attack wordlists for easy usage but you can use your custom wordlists. Also DIRB sometimes can be used as a classic CGI scanner, but remember that it is a content scanner not a vulnerability scanner.
DIRB’s main purpose is to help in professional web application auditing. Specially in security related testing. It covers some holes not covered by classic web vulnerability scanners. DIRB looks for specific web objects that other generic CGI scanners can’t look for. It doesn’t search vulnerabilities nor does it look for web contents that can be vulnerable.
SYSTEM REQUIREMENTS
RAM : Minimum 512 MB (2 GB recommended).
Storage : Minimum 100 mb of Device storage.
OS : Linux, Windows, and macOS
Architecture : Any
Available On : PC
ADDITIONAL INFORMATION
The Dark Raver (Developer)
April 27, 2005
1.43 MB for Archives
Created by Ramon Pinuaga
English
November 20, 2014 (version 2.22)
Written in C
Cross-platform
GNU General Public License (GPL)
Here are some common options used with Dirb :
Dirb is pre-installed in Kali Linux, so you can access it directly from the terminal. Simply open a terminal and type dirb followed by the options and target URL.
Dirb comes with several preconfigured wordlists, including common.txt, small.txt, and medium.txt. You can also use external wordlists like Daniel Miessler’s SecLists. To specify a custom wordlist, use the -x option followed by the path to the wordlist file.
$ sudo apt-get update
$ sudo apt-get install dirb
$ sudo apt -y install dirb
sudo apt-get updatesudo apt-get -y install dirbbrew install dirbtar -xvf dirb222.tar.gz
$ ./configure
$ make
$ make install
$ sudo apt remove dirb
$ sudo apt autoclean && apt autoremove
sudo apt-get remove dirbsudo apt-get -y autoremove dirbsudo apt-get -y purge dirbsudo apt-get -y autoremove --purge dirbbrew uninstall dirbCopyright © 2025 HACKERSPOT
All original content, including tools, software, and other information, is protected by copyright and remains the property of its respective owners.
HackerSpot is an informational platform that offers resources such as tools, software, courses, internships, and various other materials aimed at supporting individuals passionate about CyberSecurity and IT.