diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-14 00:44:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-14 00:44:03 +0000 |
commit | 3f84792289bee853160b7f8146eaa42267fc1702 (patch) | |
tree | c686bab7c862005f602f53507c5ca9fb64a0b4e2 /security | |
parent | 0eea8a903ac9d2e27d79c4a5bf4dd66a287f1523 (diff) | |
download | pkgsrc-3f84792289bee853160b7f8146eaa42267fc1702.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/DESCR | 15 | ||||
-rw-r--r-- | security/dirb/Makefile | 17 | ||||
-rw-r--r-- | security/dirb/PLIST | 5 | ||||
-rw-r--r-- | security/dirb/distinfo | 5 |
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 |