1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add isnprober 1.02, penTest tool for TCP Initial Sequence Numbers

research.

PR:		ports/101005
Submitted by:	Yonatan <onatan at gmail.com>
This commit is contained in:
Rong-En Fan 2006-07-30 18:15:59 +00:00
parent 4f4e6ed97d
commit 21f7b02baa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169140
4 changed files with 43 additions and 0 deletions

View File

@ -186,6 +186,7 @@
SUBDIR += ipguard
SUBDIR += ipsec-tools
SUBDIR += isakmpd
SUBDIR += isnprober
SUBDIR += its4
SUBDIR += jailaudit
SUBDIR += jce_policy14

View File

@ -0,0 +1,34 @@
# Ports collection makefile for: isnprober
# Date created: 28/7/2006
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= isnprober
PORTVERSION= 1.02
CATEGORIES= security
MASTER_SITES= ftp://ftp.ubizen.com/tools/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/scanners
EXTRACT_SUFX= .tgz
MAINTAINER= onatan@gmail.com
COMMENT= PenTest tool for TCP Initial Sequence Numbers research
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
USE_PERL5_RUN= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.ifndef NOPORTDOCS
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (isnprober-1.02.tgz) = 25d3db5751d0b83116bd5f7fc64778b5
SHA256 (isnprober-1.02.tgz) = 8d31129ad28b47eeac556a5e0bf64aca2c47c0c71b2c91e10ce374b15eabaf20
SIZE (isnprober-1.02.tgz) = 10604

View File

@ -0,0 +1,5 @@
-- ISNprober / Tom Vandepoel (Tom.Vandepoel@ubizen.com) --
ISNprober is a tool that samples TCP Initial Sequence Numbers or IP ID's
and can use that information to determine if a set of IP addresses belong
to the same TCP/IP stack (machine) or not.