summaryrefslogtreecommitdiff
path: root/security/hackbot
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2002-11-26 13:40:17 +0000
committerpooka <pooka@pkgsrc.org>2002-11-26 13:40:17 +0000
commitc9624f493c893fd2a139cbfecc6d9a12f5fbd8ba (patch)
tree81cc6986943c616665763ace34ce913f9711bec8 /security/hackbot
parentc7ca349d3e812f90bd2103b9fe33d639f4e740d2 (diff)
downloadpkgsrc-c9624f493c893fd2a139cbfecc6d9a12f5fbd8ba.tar.gz
hackbot 2.15 provided by Niilo Kajander in pkg/19151
from DESCR: Hackbot is a vulnerability scanner that started as a joke at first, but now it has become a serious project. Hackbot scans over 300 CGI's, scans for banners of several services, does unicode checks, checks for open relays, outsmarts Cisco PIX MailGuard, can do ripe checkup, spamcop db checkup, X connect test and lots more.
Diffstat (limited to 'security/hackbot')
-rw-r--r--security/hackbot/DESCR5
-rw-r--r--security/hackbot/Makefile29
-rw-r--r--security/hackbot/PLIST6
-rw-r--r--security/hackbot/distinfo4
4 files changed, 44 insertions, 0 deletions
diff --git a/security/hackbot/DESCR b/security/hackbot/DESCR
new file mode 100644
index 00000000000..a116b75a854
--- /dev/null
+++ b/security/hackbot/DESCR
@@ -0,0 +1,5 @@
+Hackbot is a vulnerability scanner that started as a joke at first, but now
+it has become a serious project. Hackbot scans over 300 CGI's, scans for
+banners of several services, does unicode checks, checks for open relays,
+outsmarts Cisco PIX MailGuard, can do ripe checkup, spamcop db checkup, X
+connect test and lots more.
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile
new file mode 100644
index 00000000000..629cbf151f2
--- /dev/null
+++ b/security/hackbot/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/26 13:40:17 pooka Exp $
+
+DISTNAME= hackbot-2.15
+WRKSRC= ${WRKDIR}/hackbot
+CATEGORIES= security net
+MASTER_SITES= http://ws.obit.nl/hackbot/ \
+ http://www.xs4all.nl/~mvberkum/hackbot/ \
+ http://webs.uolsinectis.com.ar/gbarosio/hackbot/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= nk@atki.net
+HOMEPAGE= http://ws.obit.nl/hackbot/
+COMMENT= Vulnerability scanner written in Perl
+
+MANCOMPRESSED= YES
+USE_PERL5= YES
+REPLACE_PERL= hackbot.pl
+
+do-build:
+ ${SED} "s,/usr/local/etc,${PREFIX}/share/hackbot,g" ${WRKSRC}/hackbot.pl > ${WRKSRC}/hackbot.pl.done
+ ${MV} ${WRKSRC}/hackbot.pl.done ${WRKSRC}/hackbot.pl
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/hackbot
+ ${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/cgi.db ${WRKSRC}/fingerprint.db ${PREFIX}/share/hackbot
+ ${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/hackbot/PLIST b/security/hackbot/PLIST
new file mode 100644
index 00000000000..721a2c1de4e
--- /dev/null
+++ b/security/hackbot/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/26 13:40:17 pooka Exp $
+bin/hackbot.pl
+man/man1/hackbot.1.gz
+share/hackbot/cgi.db
+share/hackbot/fingerprint.db
+@dirrm share/hackbot
diff --git a/security/hackbot/distinfo b/security/hackbot/distinfo
new file mode 100644
index 00000000000..c14a3a95197
--- /dev/null
+++ b/security/hackbot/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/11/26 13:40:17 pooka Exp $
+
+SHA1 (hackbot-2.15.tgz) = 9fbb613ef8a260414f6336b325b16dae388d59fb
+Size (hackbot-2.15.tgz) = 40298 bytes