diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-17 12:53:47 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-17 12:53:47 +0000 |
commit | 69b51f7716fdff1ad1a786e2adca9331f69ee55b (patch) | |
tree | 02e2ff561daa2c984b3a1d872792d2df8ca88baa /security/hackbot | |
parent | a9f1641292a7ece7ba59345238fc45c6cbe4b7a8 (diff) | |
download | FreeBSD-ports-69b51f7716fdff1ad1a786e2adca9331f69ee55b.zip FreeBSD-ports-69b51f7716fdff1ad1a786e2adca9331f69ee55b.tar.gz |
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>
Diffstat (limited to 'security/hackbot')
-rw-r--r-- | security/hackbot/Makefile | 34 | ||||
-rw-r--r-- | security/hackbot/distinfo | 1 | ||||
-rw-r--r-- | security/hackbot/pkg-comment | 1 | ||||
-rw-r--r-- | security/hackbot/pkg-descr | 8 | ||||
-rw-r--r-- | security/hackbot/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile new file mode 100644 index 0000000..f07e27a --- /dev/null +++ b/security/hackbot/Makefile @@ -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> diff --git a/security/hackbot/distinfo b/security/hackbot/distinfo new file mode 100644 index 0000000..3f488ad --- /dev/null +++ b/security/hackbot/distinfo @@ -0,0 +1 @@ +MD5 (hackbot-2.18.tgz) = 382ea0e00fe1caf16d6b8cf0d819a617 diff --git a/security/hackbot/pkg-comment b/security/hackbot/pkg-comment new file mode 100644 index 0000000..7cc17fd --- /dev/null +++ b/security/hackbot/pkg-comment @@ -0,0 +1 @@ +A host exploration tool and bannergrabber diff --git a/security/hackbot/pkg-descr b/security/hackbot/pkg-descr new file mode 100644 index 0000000..2d036f9 --- /dev/null +++ b/security/hackbot/pkg-descr @@ -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 diff --git a/security/hackbot/pkg-plist b/security/hackbot/pkg-plist new file mode 100644 index 0000000..c0f0f6e --- /dev/null +++ b/security/hackbot/pkg-plist @@ -0,0 +1,5 @@ +bin/hackbot.pl +etc/hackbot/google.db +etc/hackbot/fingerprint.db +etc/hackbot/cgi.db +@dirrm etc/hackbot |