network/dirb: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 17:35:35 -04:00
parent c9b841ffe1
commit 24f1f0f967

View file

@ -1,14 +1,15 @@
DIRB is a Web Content Scanner. It looks for existing (and/or hidden) Web DIRB is a Web Content Scanner. It looks for existing (and/or hidden)
Objects. It basically works by launching a dictionary based attack against Web Objects. It basically works by launching a dictionary based attack
a web server and analizing the response. against a web server and analizing the response.
DIRB comes with a set of preconfigured attack wordlists for easy usage but DIRB comes with a set of preconfigured attack wordlists for easy usage
you can use your custom wordlists. Also DIRB sometimes can be used as a but you can use your custom wordlists. Also DIRB sometimes can be used
classic CGI scanner, but remember it is a content scanner not a vulnerability as a classic CGI scanner, but remember it is a content scanner not a
scanner. vulnerability scanner.
DIRB main purpose is to help in professional web application auditing. DIRB main purpose is to help in professional web application auditing.
Especially in security related testing. It covers some holes not covered by Especially in security related testing. It covers some holes not
classic web vulnerability scanners. DIRB looks for specific web objects that covered by classic web vulnerability scanners. DIRB looks for specific
other generic CGI scanners can't look for. It doesn't search vulnerabilities web objects that other generic CGI scanners can't look for. It doesn't
nor does it look for web content that could be vulnerable. search vulnerabilities nor does it look for web content that could be
vulnerable.