86078f9554
-- 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>
28 lines
669 B
Makefile
28 lines
669 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/20 10:50:12 jsyn Exp $
|
|
|
|
COMMENT= "intercept, modify, and rewrite egress traffic"
|
|
|
|
DISTNAME= fragroute-1.2
|
|
CATEGORIES= security net
|
|
NEED_VERSION= 1.531
|
|
|
|
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
|
|
|
|
MASTER_SITES= http://www.monkey.org/~dugsong/fragroute/ \
|
|
${MASTER_SITE_PACKETSTORM:=UNIX/security/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a::devel/libevent \
|
|
${LOCALBASE}/lib/libdnet.a::net/libdnet
|
|
|
|
.include <bsd.port.mk>
|