New port: security/hackbot

Hackbot is a host exploration tool and bannergrabber.
It scans numerous services and vulnerabilities.

PR:		ports/47021
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
This commit is contained in:
Edwin Groothuis 2003-01-17 12:53:47 +00:00
parent 8d1da0d24a
commit ea485f28c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73342
6 changed files with 50 additions and 0 deletions

View file

@ -75,6 +75,7 @@
SUBDIR += gringotts
SUBDIR += gtk-knocker
SUBDIR += gtkportscan
SUBDIR += hackbot
SUBDIR += hafiye
SUBDIR += hashish
SUBDIR += heimdal

34
security/hackbot/Makefile Normal file
View file

@ -0,0 +1,34 @@
# New ports collection makefile for: hackbot
# Date created: Mon Jan 13 15:44:35 GMT 2003
# Whom: mich@freebsdcluster.org
#
# $FreeBSD$
#
PORTNAME= hackbot
PORTVERSION= 2.18
CATEGORIES= security
MASTER_SITES= http://ws.obit.nl/hackbot/
EXTRACT_SUFX= .tgz
MAINTAINER= mich@freebsdcluster.org
USE_REINPLACE= YES
USE_PERL5= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${REINPLACE_CMD} -e 's|/usr/local/etc/|${PREFIX}/etc/hackbot/|' ${WRKSRC}/hackbot.pl
do-install:
${MKDIR} ${PREFIX}/etc/hackbot
${INSTALL_DATA} ${WRKSRC}/google.db ${PREFIX}/etc/hackbot/google.db
${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/etc/hackbot/fingerprint.db
${INSTALL_DATA} ${WRKSRC}/cgi.db ${PREFIX}/etc/hackbot/cgi.db
${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1/
MAN1= hackbot.1
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (hackbot-2.18.tgz) = 382ea0e00fe1caf16d6b8cf0d819a617

View file

@ -0,0 +1 @@
A host exploration tool and bannergrabber

View file

@ -0,0 +1,8 @@
Hackbot is a host exploration tool and bannergrabber. It scans numerous
services and vulnerabilities.
WWW: http://ws.obit.nl/
AUTHOR: Marco van Berkum <m.v.berkum@obit.nl>
- Michael L. Hostbaek
mich@freebsdcluster.org

View file

@ -0,0 +1,5 @@
bin/hackbot.pl
etc/hackbot/google.db
etc/hackbot/fingerprint.db
etc/hackbot/cgi.db
@dirrm etc/hackbot