How to Install and Uninstall dirb Package on Kali Linux

Last updated: May 19,2024

1. Install "dirb" package

Learn how to install dirb on Kali Linux

$ sudo apt update $ sudo apt install dirb

2. Uninstall "dirb" package

Please follow the step by step instructions below to uninstall dirb on Kali Linux:

$ sudo apt remove dirb $ sudo apt autoclean && sudo apt autoremove

3. Information about the dirb package on Kali Linux

Package: dirb
Version: 2.22+dfsg-5
Installed-Size: 1472
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.8), libcurl4 (>= 7.16.2)
Size: 207876
SHA256: 3f2cfab2877acf1ae44f75a37a725cf85fcef2c007f5e867fae106bd5b9963f9
SHA1: 40d715321f11a5904d3f6635b336ff943564b1f8
MD5sum: 382b8bb1a3b4a6ef8f784e6d4e01a761
Description: URL bruteforcing tool
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.
Description-md5:
Homepage: http://dirb.sourceforge.net/
Section: net
Priority: optional
Filename: pool/main/d/dirb/dirb_2.22+dfsg-5_amd64.deb