From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 28 21:30:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31C616A4E9 for ; Fri, 28 Jul 2006 21:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1F343D55 for ; Fri, 28 Jul 2006 21:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6SLUEbV012303 for ; Fri, 28 Jul 2006 21:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6SLUEZe012290; Fri, 28 Jul 2006 21:30:14 GMT (envelope-from gnats) Resent-Date: Fri, 28 Jul 2006 21:30:14 GMT Resent-Message-Id: <200607282130.k6SLUEZe012290@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yonatan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 311F416A4E2 for ; Fri, 28 Jul 2006 21:24:39 +0000 (UTC) (envelope-from yonatan@laptop.afarsec.com) Received: from laptop.afarsec.com (80.178.178.116.forward.012.net.il [80.178.178.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F11243D46 for ; Fri, 28 Jul 2006 21:24:38 +0000 (GMT) (envelope-from yonatan@laptop.afarsec.com) Received: by laptop.afarsec.com (Postfix, from userid 1001) id 2240F28432; Sat, 29 Jul 2006 00:25:09 +0300 (IDT) Message-Id: <20060728212509.2240F28432@laptop.afarsec.com> Date: Sat, 29 Jul 2006 00:25:09 +0300 (IDT) From: Yonatan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101005: New port: security/isnprober X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yonatan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 21:30:15 -0000 >Number: 101005 >Category: ports >Synopsis: New port: security/isnprober >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 28 21:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yonatan >Release: FreeBSD 6.1-STABLE i386 >Organization: Afarsec >Environment: System: FreeBSD laptop.afarsec.com 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 23 12:39:24 IDT 2006 root@laptop.afarsec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port: a tool to research the strength of TCP ISN. >How-To-Repeat: Read "Silence On The Wire". >Fix: --- isnprober.shar begins here --- # 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: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# Ports collection makefile for: isnprober X# Date created: 28/7/2006 X# Whom: Yonatan X# X# $FreeBSD$ X# X XPORTNAME= isnprober XPORTVERSION= 1.02 XCATEGORIES= security XMASTER_SITES= ftp://ftp.ubizon.com/tools/ XEXTRACT_SUFX= .tgz X XMAINTAINER= onatan@gmail.com XCOMMENT= PenTest tool for TCP Initial Sequence Numbers research X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP X XUSE_PERL5_RUN= yes XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X.ifndef NOPORTDOCS X @${MKDIR} ${DESTDIR}${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCSDIR} X.endif X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (isnprober-1.02.tgz) = 25d3db5751d0b83116bd5f7fc64778b5 XSHA256 (isnprober-1.02.tgz) = 8d31129ad28b47eeac556a5e0bf64aca2c47c0c71b2c91e10ce374b15eabaf20 XSIZE (isnprober-1.02.tgz) = 10604 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' X-- ISNprober / Tom Vandepoel (Tom.Vandepoel@ubizen.com) -- X XISNprober is a tool that samples TCP Initial Sequence Numbers or IP ID's Xand can use that information to determine if a set of IP addresses belong Xto the same TCP/IP stack (machine) or not. END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/isnprober X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-pkg-plist exit --- isnprober.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: