• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scripts/H03-May-2022-302211

win32/H03-May-2022-236157

INSTALLH A D12-Apr-20021.1 KiB4625

LICENSEH A D23-Jan-20021.5 KiB2923

Makefile.amH A D15-Apr-2002990 3419

Makefile.inH A D15-Apr-200216.5 KiB545432

READMEH A D15-Apr-2002839 2416

TODOH A D11-Apr-2002795 3319

acconfig.hH A D25-Feb-2002521 3223

acinclude.m4H A D07-Apr-20022.7 KiB5755

aclocal.m4H A D15-Apr-20027 KiB185168

argv.cH A D24-Feb-2002964 6945

argv.hH A D18-Jan-2002265 165

bget.cH A D17-Jan-200249.7 KiB1,593790

bget.hH A D21-Oct-20011,003 3123

config.h.inH A D07-Apr-20022.9 KiB13290

configureH A D15-Apr-200285.4 KiB2,8962,386

configure.inH A D13-Apr-20025.5 KiB214196

err.hH A D27-Jan-20022.1 KiB517

event-win32.cH A D25-Feb-20024 KiB180137

fragroute.8H A D15-Apr-20024.3 KiB148142

fragroute.8.inH A D15-Apr-20024.3 KiB148142

fragroute.cH A D03-May-20225.6 KiB287221

fragroute.confH A D28-Jan-200257 65

fragtest.8H A D24-Feb-20021.2 KiB5145

fragtest.cH A D03-May-202212 KiB500405

getopt.cH A D07-Apr-20022.5 KiB8657

install-shH A D21-Jan-20025.5 KiB251152

missingH A D21-Jan-20026.1 KiB189152

mkinstalldirsH A D21-Jan-2002730 4123

mod.cH A D03-May-20222.9 KiB161130

mod.hH A D07-Apr-2002471 2815

mod_delay.cH A D07-Apr-20021.7 KiB9870

mod_drop.cH A D07-Apr-20021.7 KiB9870

mod_dup.cH A D07-Apr-20021.7 KiB10172

mod_echo.cH A D07-Apr-2002784 5838

mod_ip_chaff.cH A D11-Apr-20022.6 KiB12697

mod_ip_frag.cH A D11-Apr-20024 KiB172137

mod_ip_opt.cH A D07-Apr-20021.7 KiB9269

mod_ip_tos.cH A D07-Apr-20021.2 KiB7048

mod_ip_ttl.cH A D07-Apr-20021.2 KiB7452

mod_order.cH A D07-Apr-20021.3 KiB8055

mod_print.cH A D07-Apr-20027 KiB327271

mod_tcp_chaff.cH A D07-Apr-20024.3 KiB178146

mod_tcp_opt.cH A D07-Apr-20021.7 KiB9269

mod_tcp_seg.cH A D07-Apr-20023.5 KiB151123

pcaputil.cH A D03-May-20221.5 KiB10682

pcaputil.hH A D03-May-2022392 219

pkt.cH A D07-Apr-20025.4 KiB281222

pkt.hH A D03-May-20221.5 KiB7653

queue.hH A D07-Apr-200216.9 KiB504314

randutil.cH A D07-Apr-2002847 5033

randutil.hH A D07-Apr-2002257 154

stamp-h.inH A D15-Apr-200210 21

strlcat.cH A D23-Jan-20022.5 KiB7431

strlcpy.cH A D23-Jan-20022.4 KiB7028

tun-loop.cH A D03-May-20223.9 KiB181126

tun-solaris.cH A D09-Mar-20022.2 KiB12689

tun-win32.cH A D25-Feb-20024.4 KiB197146

tun.hH A D03-May-2022398 197

README

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