Date: Sat, 29 Jul 2006 00:25:09 +0300 (IDT) From: Yonatan <onatan@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101005: New port: security/isnprober Message-ID: <20060728212509.2240F28432@laptop.afarsec.com> Resent-Message-ID: <200607282130.k6SLUEZe012290@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <onatan@gmail.com> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060728212509.2240F28432>