diff options
author | Michael Edie <michael@sawbox.net> | 2018-06-02 23:12:52 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-02 23:27:56 +0100 |
commit | 042ea329bd21154c8f3d55779648cb82d1cfa7d0 (patch) | |
tree | f07574c9783b2d4da3420bef6c7f60345d3c0d58 /network/dirb/README | |
parent | 2888bd7ea954a9d1054ac31828d6e7d2c5049a12 (diff) | |
download | slackbuilds-042ea329bd21154c8f3d55779648cb82d1cfa7d0.tar.gz |
network/dirb: Added (Web Content Scanner).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dirb/README')
-rw-r--r-- | network/dirb/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/dirb/README b/network/dirb/README new file mode 100644 index 0000000000..3e85a34679 --- /dev/null +++ b/network/dirb/README @@ -0,0 +1,14 @@ +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 analizing the response. + +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 it is a content scanner not a vulnerability +scanner. + +DIRB main purpose is to help in professional web application auditing. +Especially 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 content that could be vulnerable. |