Date: Mon, 13 Jan 2003 16:30:16 +0100 (CET) From: "Michael L.Hostbaek" <mich@freebsdcluster.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47021: New port: security/hackbot Message-ID: <20030113153016.62EFE14A24@icommerce-france.com>
next in thread | raw e-mail | index | archive | help
>Number: 47021 >Category: ports >Synopsis: New port: security/hackbot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 07:40:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: Hackbot is a host exploration tool and bannergrabber. It scans numerous services and vulnerabilities. Requires perl. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hackbot # hackbot/Makefile # hackbot/pkg-comment # hackbot/distinfo # hackbot/pkg-descr # hackbot/pkg-plist # echo c - hackbot mkdir -p hackbot > /dev/null 2>&1 echo x - hackbot/Makefile sed 's/^X//' >hackbot/Makefile << 'END-of-hackbot/Makefile' X# New ports collection makefile for: hackbot X# Date created: Mon Jan 13 15:44:35 GMT 2003 X# Whom: mich@freebsdcluster.org X# X# $FreeBSD$ X# X XPORTNAME= hackbot XPORTVERSION= 2.18 XCATEGORIES= security XMASTER_SITES= http://ws.obit.nl/hackbot/ XEXTRACT_SUFX= .tgz X XMAINTAINER= mich@freebsdcluster.org X XUSE_REINPLACE= YES XUSE_PERL5= YES XNO_BUILD= YES XWRKSRC= ${WRKDIR}/${PORTNAME} X Xpre-patch: X @${REINPLACE_CMD} -e 's|/usr/local/etc/|${PREFIX}/etc/hackbot/|' ${WRKSRC}/hackbot.pl X Xdo-install: X ${MKDIR} ${PREFIX}/etc/hackbot X ${INSTALL_DATA} ${WRKSRC}/google.db ${PREFIX}/etc/hackbot/google.db X ${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/etc/hackbot/fingerprint.db X ${INSTALL_DATA} ${WRKSRC}/cgi.db ${PREFIX}/etc/hackbot/cgi.db X ${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1/ X XMAN1= hackbot.1.gz X X.include <bsd.port.mk> END-of-hackbot/Makefile echo x - hackbot/pkg-comment sed 's/^X//' >hackbot/pkg-comment << 'END-of-hackbot/pkg-comment' XA host exploration tool and bannergrabber END-of-hackbot/pkg-comment echo x - hackbot/distinfo sed 's/^X//' >hackbot/distinfo << 'END-of-hackbot/distinfo' XMD5 (hackbot-2.18.tgz) = 382ea0e00fe1caf16d6b8cf0d819a617 END-of-hackbot/distinfo echo x - hackbot/pkg-descr sed 's/^X//' >hackbot/pkg-descr << 'END-of-hackbot/pkg-descr' XHackbot is a host exploration tool and bannergrabber. It scans numerous Xservices and vulnerabilities. X XWWW: http://ws.obit.nl/ XAUTHOR: Marco van Berkum <m.v.berkum@obit.nl> X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-hackbot/pkg-descr echo x - hackbot/pkg-plist sed 's/^X//' >hackbot/pkg-plist << 'END-of-hackbot/pkg-plist' Xbin/hackbot.pl Xetc/hackbot/google.db Xetc/hackbot/fingerprint.db Xetc/hackbot/cgi.db X@dirrm etc/hackbot END-of-hackbot/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113153016.62EFE14A24>