2002-12-29 15:31:39 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2002/12/29 20:31:40 fgsch Exp $
|
Import of fragroute-1.2:
--
fragroute intercepts, modifies, and rewrites egress traffic destined for
a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
WWW: http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
2002-05-20 06:50:12 -04:00
|
|
|
|
|
|
|
COMMENT= "intercept, modify, and rewrite egress traffic"
|
|
|
|
|
|
|
|
DISTNAME= fragroute-1.2
|
2002-05-29 21:00:55 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
Import of fragroute-1.2:
--
fragroute intercepts, modifies, and rewrites egress traffic destined for
a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
WWW: http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
2002-05-20 06:50:12 -04:00
|
|
|
CATEGORIES= security net
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.monkey.org/~dugsong/fragroute/
|
|
|
|
|
|
|
|
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-09-06 00:27:43 -04:00
|
|
|
MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
|
Import of fragroute-1.2:
--
fragroute intercepts, modifies, and rewrites egress traffic destined for
a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
WWW: http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
2002-05-20 06:50:12 -04:00
|
|
|
${MASTER_SITE_PACKETSTORM:=UNIX/security/}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-06-16 11:36:57 -04:00
|
|
|
CONFIGURE_ARGS= --with-libevent=/usr
|
Import of fragroute-1.2:
--
fragroute intercepts, modifies, and rewrites egress traffic destined for
a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
WWW: http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
2002-05-20 06:50:12 -04:00
|
|
|
|
2002-06-16 11:36:57 -04:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a::net/libdnet
|
Import of fragroute-1.2:
--
fragroute intercepts, modifies, and rewrites egress traffic destined for
a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
WWW: http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
2002-05-20 06:50:12 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|