summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-14 00:44:03 +0000
committerminskim <minskim>2005-10-14 00:44:03 +0000
commita2aebe570afdc7bcc53ed31bb991e589bbdd3cce (patch)
treec686bab7c862005f602f53507c5ca9fb64a0b4e2 /security
parent763cc561bd36f0e74a8a8d80c3ee181b1a27bd0e (diff)
downloadpkgsrc-a2aebe570afdc7bcc53ed31bb991e589bbdd3cce.tar.gz
Import dirb from pkgsrc-wip. Packaged by pancake.
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 is a content scanner not a vulnerability scanner. DIRB 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 vulnerables.
Diffstat (limited to 'security')
-rw-r--r--security/dirb/DESCR15
-rw-r--r--security/dirb/Makefile17
-rw-r--r--security/dirb/PLIST5
-rw-r--r--security/dirb/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/security/dirb/DESCR b/security/dirb/DESCR
new file mode 100644
index 00000000000..3c7a18ea2fa
--- /dev/null
+++ b/security/dirb/DESCR
@@ -0,0 +1,15 @@
+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 is a content scanner not a
+vulnerability scanner.
+
+DIRB 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 vulnerables.
diff --git a/security/dirb/Makefile b/security/dirb/Makefile
new file mode 100644
index 00000000000..ae0b9070aad
--- /dev/null
+++ b/security/dirb/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/14 00:44:03 minskim Exp $
+#
+
+DISTNAME= dirb18
+PKGNAME= dirb-1.8
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirb/}
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://dirb.sourceforge.net/
+COMMENT= Web Content Scanner
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/dirb/PLIST b/security/dirb/PLIST
new file mode 100644
index 00000000000..e9196daea6e
--- /dev/null
+++ b/security/dirb/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/14 00:44:03 minskim Exp $
+bin/dirb
+bin/gendict
+bin/html2dic
+man/man1/dirb.1
diff --git a/security/dirb/distinfo b/security/dirb/distinfo
new file mode 100644
index 00000000000..670dc91b48e
--- /dev/null
+++ b/security/dirb/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/14 00:44:03 minskim Exp $
+
+SHA1 (dirb18.tar.gz) = 63183b6a91ff1a0ce2cd412f8207f904fa5f6305
+RMD160 (dirb18.tar.gz) = db7881ad70301ab4c47bed815ac6cae3d113ffba
+Size (dirb18.tar.gz) = 219860 bytes