The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : fragroute

A tool for intercepting, modifying and rewriting egress traffic

 "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. 

This tool was written in good faith to aid in the testing of network
intrusion detection systems, firewalls, and basic TCP/IP stack
behaviour. Please do not abuse this software." 

http://www.monkey.org/~dugsong/fragroute/



fragroute history


v. 1.20
date: 2007/09/21 20:21:29;  author: mnag;  state: Exp;  lines: +2 -2
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.

v. 1.19 date: 2007/04/06 18:28:45; author: mnag; state: Exp; lines: +2 -2 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
v. 1.18 date: 2006/12/05 13:29:00; author: mnag; state: Exp; lines: +2 -2 - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
v. 1.17 date: 2006/07/04 15:44:53; author: stefan; state: Exp; lines: +7 -8 - Replace the BUILD_DEPENDS by LIB_DEPENDS on libdnet and libevent. - Point configure at ${LOCALBASE} instead of ${PREFIX} when looking for the libraries. - Use ${DATADIR} where appropriate. PR: 99619 Submitted by: Richard Bejtlich Patch by: stefan Approved by: maintainer arved (mentor)
v. 1.16 date: 2005/12/05 12:36:15; author: ehaupt; state: Exp; lines: +2 -2 - add patch to fix breakage caused by recent libnet changes - bump portrevision - pass maintainership to submitter PR: 89951 Submitted by: Jonathan
v. 1.15 date: 2005/07/01 22:47:20; author: jylefort; state: Exp; lines: +1 -1 Chase the libevent update. Reported by: pointyhat
v. 1.14 date: 2005/03/13 22:23:35; author: thierry; state: Exp; lines: +0 -2 Unbreak by removing duplicate typedef that is now provided by libdnet. Since I'm there, pet portlint. PR: ports/78796 Submitted by: Johan van Selst
v. 1.13 date: 2005/03/08 10:12:25; author: vs; state: Exp; lines: +2 -0 BROKEN: Incompatibilities with (current) libdnet from ports(?)
v. 1.12 date: 2005/01/23 19:51:03; author: petef; state: Exp; lines: +0 -2 Unbreak: now compiles with latest libevent port PR: 76373 Submitted by: Phil Oleson
v. 1.11 date: 2005/01/02 01:50:32; author: kris; state: Exp; lines: +2 -0 BROKEN by libevent update: Does not link Approved by: portmgr (self)
v. 1.10 date: 2003/09/24 08:37:38; author: edwin; state: Exp; lines: +1 -1 Cease FreeBSD port maintainerships I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks ,Clement Laforet ,Oliver Eikemeier
v. 1.9 date: 2003/08/16 16:02:39; author: petef; state: Exp; lines: +3 -1 Add MASTER_SITE_PACKETSTORM as an additional mirror. PR: 52109 Submitted by: Jim Geovedi Approved by: various maintainers, timeouts
v. 1.8 date: 2003/06/24 01:06:03; author: leeym; state: Exp; lines: +2 -2 update maintainer's email address. PR: 53658 Submitted by: Dominic Marks
v. 1.7 date: 2003/02/21 13:26:43; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.6 date: 2002/11/02 04:33:42; author: perky; state: Exp; lines: +2 -2 Fix typoes on MAINTAINER address. Submitted by: Dominic Marks
v. 1.5 date: 2002/10/08 12:10:36; author: perky; state: Exp; lines: +2 -2 Update maintainer address PR: 43820 Submitted by: Dominic Marks
v. 1.4 date: 2002/09/16 11:55:04; author: roam; state: Exp; lines: +1 -1 Update the MASTER_SITE. PR: 42828 Submitted by: maintainer
v. 1.3 date: 2002/05/30 19:37:31; author: nectar; state: Exp; lines: +1 -2 I've verified that the tarball that matches the new checksum does not contain the configure trojan that the previous tarball did. PR: ports/38716 Submitted by: Dominic Marks (maintainer), Yonatan Bokovza
v. 1.2 date: 2002/05/30 16:18:00; author: nectar; state: Exp; lines: +2 -0 Mark FORBIDDEN until it can be confirmed that we have a good distfile. PR: ports/38716
v. 1.1 date: 2002/05/27 01:53:33; author: anders; state: Exp; Add fragroute, a tool for intercepting, modifying and rewriting egress traffic. PR: 38300 Submitted by: Dominic Marks ============================================================================= v. 1.20 date: 2007/09/21 20:21:29; author: mnag; state: Exp; lines: +2 -2 - Change libevent lib and bump PORTREVISION since devel/libevent are updated.
v. 1.19 date: 2007/04/06 18:28:45; author: mnag; state: Exp; lines: +2 -2 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
v. 1.18 date: 2006/12/05 13:29:00; author: mnag; state: Exp; lines: +2 -2 - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
v. 1.17 date: 2006/07/04 15:44:53; author: stefan; state: Exp; lines: +7 -8 - Replace the BUILD_DEPENDS by LIB_DEPENDS on libdnet and libevent. - Point configure at ${LOCALBASE} instead of ${PREFIX} when looking for the libraries. - Use ${DATADIR} where appropriate. PR: 99619 Submitted by: Richard Bejtlich Patch by: stefan Approved by: maintainer arved (mentor)
v. 1.16 date: 2005/12/05 12:36:15; author: ehaupt; state: Exp; lines: +2 -2 - add patch to fix breakage caused by recent libnet changes - bump portrevision - pass maintainership to submitter PR: 89951 Submitted by: Jonathan
v. 1.15 date: 2005/07/01 22:47:20; author: jylefort; state: Exp; lines: +1 -1 Chase the libevent update. Reported by: pointyhat
v. 1.14 date: 2005/03/13 22:23:35; author: thierry; state: Exp; lines: +0 -2 Unbreak by removing duplicate typedef that is now provided by libdnet. Since I'm there, pet portlint. PR: ports/78796 Submitted by: Johan van Selst
v. 1.13 date: 2005/03/08 10:12:25; author: vs; state: Exp; lines: +2 -0 BROKEN: Incompatibilities with (current) libdnet from ports(?)
v. 1.12 date: 2005/01/23 19:51:03; author: petef; state: Exp; lines: +0 -2 Unbreak: now compiles with latest libevent port PR: 76373 Submitted by: Phil Oleson
v. 1.11 date: 2005/01/02 01:50:32; author: kris; state: Exp; lines: +2 -0 BROKEN by libevent update: Does not link Approved by: portmgr (self)
v. 1.10 date: 2003/09/24 08:37:38; author: edwin; state: Exp; lines: +1 -1 Cease FreeBSD port maintainerships I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks ,Clement Laforet ,Oliver Eikemeier
v. 1.9 date: 2003/08/16 16:02:39; author: petef; state: Exp; lines: +3 -1 Add MASTER_SITE_PACKETSTORM as an additional mirror. PR: 52109 Submitted by: Jim Geovedi Approved by: various maintainers, timeouts
v. 1.8 date: 2003/06/24 01:06:03; author: leeym; state: Exp; lines: +2 -2 update maintainer's email address. PR: 53658 Submitted by: Dominic Marks
v. 1.7 date: 2003/02/21 13:26:43; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.6 date: 2002/11/02 04:33:42; author: perky; state: Exp; lines: +2 -2 Fix typoes on MAINTAINER address. Submitted by: Dominic Marks
v. 1.5 date: 2002/10/08 12:10:36; author: perky; state: Exp; lines: +2 -2 Update maintainer address PR: 43820 Submitted by: Dominic Marks
v. 1.4 date: 2002/09/16 11:55:04; author: roam; state: Exp; lines: +1 -1 Update the MASTER_SITE. PR: 42828 Submitted by: maintainer
v. 1.3 date: 2002/05/30 19:37:31; author: nectar; state: Exp; lines: +1 -2 I've verified that the tarball that matches the new checksum does not contain the configure trojan that the previous tarball did. PR: ports/38716 Submitted by: Dominic Marks (maintainer), Yonatan Bokovza
v. 1.2 date: 2002/05/30 16:18:00; author: nectar; state: Exp; lines: +2 -0 Mark FORBIDDEN until it can be confirmed that we have a good distfile. PR: ports/38716
v. 1.1 date: 2002/05/27 01:53:33; author: anders; state: Exp; Add fragroute, a tool for intercepting, modifying and rewriting egress traffic. PR: 38300 Submitted by: Dominic Marks ============================================================================= v. 1.20 date: 2007/09/21 20:21:29; author: mnag; state: Exp; lines: +2 -2 - Change libevent lib and bump PORTREVISION since devel/libevent are updated.
v. 1.19 date: 2007/04/06 18:28:45; author: mnag; state: Exp; lines: +2 -2 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
v. 1.18 date: 2006/12/05 13:29:00; author: mnag; state: Exp; lines: +2 -2 - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
v. 1.17 date: 2006/07/04 15:44:53; author: stefan; state: Exp; lines: +7 -8 - Replace the BUILD_DEPENDS by LIB_DEPENDS on libdnet and libevent. - Point configure at ${LOCALBASE} instead of ${PREFIX} when looking for the libraries. - Use ${DATADIR} where appropriate. PR: 99619 Submitted by: Richard Bejtlich Patch by: stefan Approved by: maintainer arved (mentor)
v. 1.16 date: 2005/12/05 12:36:15; author: ehaupt; state: Exp; lines: +2 -2 - add patch to fix breakage caused by recent libnet changes - bump portrevision - pass maintainership to submitter PR: 89951 Submitted by: Jonathan
v. 1.15 date: 2005/07/01 22:47:20; author: jylefort; state: Exp; lines: +1 -1 Chase the libevent update. Reported by: pointyhat
v. 1.14 date: 2005/03/13 22:23:35; author: thierry; state: Exp; lines: +0 -2 Unbreak by removing duplicate typedef that is now provided by libdnet. Since I'm there, pet portlint. PR: ports/78796 Submitted by: Johan van Selst
v. 1.13 date: 2005/03/08 10:12:25; author: vs; state: Exp; lines: +2 -0 BROKEN: Incompatibilities with (current) libdnet from ports(?)
v. 1.12 date: 2005/01/23 19:51:03; author: petef; state: Exp; lines: +0 -2 Unbreak: now compiles with latest libevent port PR: 76373 Submitted by: Phil Oleson
v. 1.11 date: 2005/01/02 01:50:32; author: kris; state: Exp; lines: +2 -0 BROKEN by libevent update: Does not link Approved by: portmgr (self)
v. 1.10 date: 2003/09/24 08:37:38; author: edwin; state: Exp; lines: +1 -1 Cease FreeBSD port maintainerships I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks ,Clement Laforet ,Oliver Eikemeier
v. 1.9 date: 2003/08/16 16:02:39; author: petef; state: Exp; lines: +3 -1 Add MASTER_SITE_PACKETSTORM as an additional mirror. PR: 52109 Submitted by: Jim Geovedi Approved by: various maintainers, timeouts
v. 1.8 date: 2003/06/24 01:06:03; author: leeym; state: Exp; lines: +2 -2 update maintainer's email address. PR: 53658 Submitted by: Dominic Marks
v. 1.7 date: 2003/02/21 13:26:43; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.6 date: 2002/11/02 04:33:42; author: perky; state: Exp; lines: +2 -2 Fix typoes on MAINTAINER address. Submitted by: Dominic Marks
v. 1.5 date: 2002/10/08 12:10:36; author: perky; state: Exp; lines: +2 -2 Update maintainer address PR: 43820 Submitted by: Dominic Marks
v. 1.4 date: 2002/09/16 11:55:04; author: roam; state: Exp; lines: +1 -1 Update the MASTER_SITE. PR: 42828 Submitted by: maintainer
v. 1.3 date: 2002/05/30 19:37:31; author: nectar; state: Exp; lines: +1 -2 I've verified that the tarball that matches the new checksum does not contain the configure trojan that the previous tarball did. PR: ports/38716 Submitted by: Dominic Marks (maintainer), Yonatan Bokovza
v. 1.2 date: 2002/05/30 16:18:00; author: nectar; state: Exp; lines: +2 -0 Mark FORBIDDEN until it can be confirmed that we have a good distfile. PR: ports/38716
v. 1.1 date: 2002/05/27 01:53:33; author: anders; state: Exp; Add fragroute, a tool for intercepting, modifying and rewriting egress traffic. PR: 38300 Submitted by: Dominic Marks =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm