2011-09-16 07:41:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2011/09/16 11:41:38 espie 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
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= intercept, modify, and rewrite egress traffic
|
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
|
|
|
|
|
|
|
DISTNAME= fragroute-1.2
|
2011-09-16 07:41:38 -04:00
|
|
|
REVISION = 7
|
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
|
2010-11-20 12:22:40 -05:00
|
|
|
WANTLIB= c event pcap dnet>=1
|
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-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
|
2010-11-11 13:34:59 -05:00
|
|
|
USE_GROFF = Yes
|
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
|
|
|
|
2010-11-20 12:22:40 -05:00
|
|
|
LIB_DEPENDS= 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
|
|
|
|
2005-01-20 17:45:29 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fragroute/
|
|
|
|
${INSTALL_DATA} ${WRKDIST}/fragroute.conf \
|
|
|
|
${PREFIX}/share/examples/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
|
|
|
.include <bsd.port.mk>
|