1
2fragroute
3---------
4
5fragroute intercepts, modifies, and rewrites egress traffic destined
6for a specified host, implementing most of the attacks described in
7the Secure Networks "Insertion, Evasion, and Denial of Service:
8Eluding Network Intrusion Detection" paper of January 1998.
9
10required libraries / drivers:
11
12libdnet:	http://libdnet.sourceforge.net/
13libpcap:	http://www.tcpdump.org/
14libevent:	http://www.monkey.org/~provos/libevent/ (for non-Win2k only)
15TUN/TAP:	http://vtun.sourceforge.net/tun/  (for Solaris only)
16CIPE-win32:	http://cipe-win32.sourceforge.net/ (for Win2k only)
17
18built and tested on OpenBSD, FreeBSD, Linux, Solaris, and Windows 2000. YMMV.
19
20NOTE: TCP-based attacks do not work on Windows 2000, which resets
21asymmetrically-routed TCP connections. any ideas? :-/
22
23$Id: README,v 1.6 2002/04/15 13:53:03 dugsong Exp $
24