Added fragroute

This commit is contained in:
Giga1699 2014-02-05 11:41:05 -05:00
parent e2bdce0a72
commit 85225885e3

31
tools/fragroute.md Normal file
View File

@ -0,0 +1,31 @@
# fragroute
Notes
-------
Help Text
-------
```
Usage: fragroute [-f file] dst
Rules:
delay first|last|random <ms>
drop first|last|random <prob-%>
dup first|last|random <prob-%>
echo <string> ...
ip_chaff dup|opt|<ttl>
ip_frag <size> [old|new]
ip_opt lsrr|ssrr <ptr> <ip-addr> ...
ip_ttl <ttl>
ip_tos <tos>
order random|reverse
print
tcp_chaff cksum|null|paws|rexmit|seq|syn|<ttl>
tcp_opt mss|wscale <size>
tcp_seg <size> [old|new]
```
Example Usage
-------
Links
-------