From 3f84792289bee853160b7f8146eaa42267fc1702 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 14 Oct 2005 00:44:03 +0000 Subject: 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. --- security/dirb/DESCR | 15 +++++++++++++++ security/dirb/Makefile | 17 +++++++++++++++++ security/dirb/PLIST | 5 +++++ security/dirb/distinfo | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 security/dirb/DESCR create mode 100644 security/dirb/Makefile create mode 100644 security/dirb/PLIST create mode 100644 security/dirb/distinfo (limited to 'security/dirb') 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 -- cgit v1.2.3