mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
IP Stack Integrity Checker
Its purpose is to test the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.) It does this be generating random packets of the desired protocol. PR: 16976 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
This commit is contained in:
parent
32c28780d6
commit
b0ac72ef18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26752
20
net-mgmt/isic/Makefile
Normal file
20
net-mgmt/isic/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: isic
|
||||
# Version required: 0.05
|
||||
# Date created: 25 February 2000
|
||||
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= isic-0.05
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= bradh@uunet.co.za
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/isic/distinfo
Normal file
1
net-mgmt/isic/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (isic-0.05.tgz) = da75f4ff2b78477396b0ab30fbdbb616
|
1
net-mgmt/isic/pkg-comment
Normal file
1
net-mgmt/isic/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
IP Stack Integrity Checker
|
14
net-mgmt/isic/pkg-descr
Normal file
14
net-mgmt/isic/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
IP Stack Integrity Checker
|
||||
|
||||
Its purpose is to test the stability of an IP Stack and its component stacks
|
||||
(TCP, UDP, ICMP et. al.) It does this be generating random packets of the
|
||||
desired protocol. The packets can have tendancies. ie by default all packets
|
||||
have a 50% chance of having IP Options. The packets are then sent against the
|
||||
target machine to either penetrate its firewall rules or find bugs in the IP
|
||||
stack.
|
||||
|
||||
WWW: http://expert.cc.purdue.edu/~frantzen/
|
||||
|
||||
--
|
||||
Brad Hendrickse
|
||||
bradh@uunet.co.za
|
5
net-mgmt/isic/pkg-plist
Normal file
5
net-mgmt/isic/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/isic
|
||||
bin/tcpsic
|
||||
bin/udpsic
|
||||
bin/icmpsic
|
||||
bin/esic
|
20
net/isic/Makefile
Normal file
20
net/isic/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: isic
|
||||
# Version required: 0.05
|
||||
# Date created: 25 February 2000
|
||||
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= isic-0.05
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= bradh@uunet.co.za
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/isic/distinfo
Normal file
1
net/isic/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (isic-0.05.tgz) = da75f4ff2b78477396b0ab30fbdbb616
|
1
net/isic/pkg-comment
Normal file
1
net/isic/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
IP Stack Integrity Checker
|
14
net/isic/pkg-descr
Normal file
14
net/isic/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
IP Stack Integrity Checker
|
||||
|
||||
Its purpose is to test the stability of an IP Stack and its component stacks
|
||||
(TCP, UDP, ICMP et. al.) It does this be generating random packets of the
|
||||
desired protocol. The packets can have tendancies. ie by default all packets
|
||||
have a 50% chance of having IP Options. The packets are then sent against the
|
||||
target machine to either penetrate its firewall rules or find bugs in the IP
|
||||
stack.
|
||||
|
||||
WWW: http://expert.cc.purdue.edu/~frantzen/
|
||||
|
||||
--
|
||||
Brad Hendrickse
|
||||
bradh@uunet.co.za
|
5
net/isic/pkg-plist
Normal file
5
net/isic/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/isic
|
||||
bin/tcpsic
|
||||
bin/udpsic
|
||||
bin/icmpsic
|
||||
bin/esic
|
Loading…
Reference in New Issue
Block a user