From c9624f493c893fd2a139cbfecc6d9a12f5fbd8ba Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 26 Nov 2002 13:40:17 +0000 Subject: 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. --- security/hackbot/DESCR | 5 +++++ security/hackbot/Makefile | 29 +++++++++++++++++++++++++++++ security/hackbot/PLIST | 6 ++++++ security/hackbot/distinfo | 4 ++++ 4 files changed, 44 insertions(+) create mode 100644 security/hackbot/DESCR create mode 100644 security/hackbot/Makefile create mode 100644 security/hackbot/PLIST create mode 100644 security/hackbot/distinfo (limited to 'security/hackbot') 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 -- cgit v1.2.3