From owner-freebsd-ports Mon Jan 13 7:40:14 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2957F37B401 for ; Mon, 13 Jan 2003 07:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6A743F5B for ; Mon, 13 Jan 2003 07:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DFe9NS086559 for ; Mon, 13 Jan 2003 07:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0DFe9kX086558; Mon, 13 Jan 2003 07:40:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A876737B401 for ; Mon, 13 Jan 2003 07:37:39 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0FE343EB2 for ; Mon, 13 Jan 2003 07:37:38 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id C69F037CA0 for ; Mon, 13 Jan 2003 16:30:16 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 62EFE14A24; Mon, 13 Jan 2003 16:30:16 +0100 (CET) Message-Id: <20030113153016.62EFE14A24@icommerce-france.com> Date: Mon, 13 Jan 2003 16:30:16 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47021: New port: security/hackbot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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