pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dirb Import dirb from pkgsrc-wip. Packaged b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8df3a8f13c4
branches:  trunk
changeset: 500902:c8df3a8f13c4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 14 00:44:03 2005 +0000

description:
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:

 security/dirb/DESCR    |  15 +++++++++++++++
 security/dirb/Makefile |  17 +++++++++++++++++
 security/dirb/PLIST    |   5 +++++
 security/dirb/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 973216a23ec1 -r c8df3a8f13c4 security/dirb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirb/DESCR       Fri Oct 14 00:44:03 2005 +0000
@@ -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 -r 973216a23ec1 -r c8df3a8f13c4 security/dirb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirb/Makefile    Fri Oct 14 00:44:03 2005 +0000
@@ -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@localhost
+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 -r 973216a23ec1 -r c8df3a8f13c4 security/dirb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirb/PLIST       Fri Oct 14 00:44:03 2005 +0000
@@ -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 -r 973216a23ec1 -r c8df3a8f13c4 security/dirb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirb/distinfo    Fri Oct 14 00:44:03 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index