aboutsummaryrefslogtreecommitdiffstats
path: root/security/fragroute/pkg-descr
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-05-27 09:53:33 +0800
committeranders <anders@FreeBSD.org>2002-05-27 09:53:33 +0800
commitd7b1d55802067e16836d7fde68d3adca8428c48e (patch)
tree0e2a3e1fa33559e2047602ffbb1f430ec154204b /security/fragroute/pkg-descr
parent53a605b6b6adba718eba4e0c4c26a1d681b1ac01 (diff)
downloadfreebsd-ports-gnome-d7b1d55802067e16836d7fde68d3adca8428c48e.tar.gz
freebsd-ports-gnome-d7b1d55802067e16836d7fde68d3adca8428c48e.tar.zst
freebsd-ports-gnome-d7b1d55802067e16836d7fde68d3adca8428c48e.zip
Add fragroute, a tool for intercepting, modifying and rewriting egress
traffic. PR: 38300 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Diffstat (limited to 'security/fragroute/pkg-descr')
-rw-r--r--security/fragroute/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/fragroute/pkg-descr b/security/fragroute/pkg-descr
new file mode 100644
index 000000000000..c2c207bc7621
--- /dev/null
+++ b/security/fragroute/pkg-descr
@@ -0,0 +1,16 @@
+"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."
+
+WWW: http://www.monkey.org/~dugsong/fragroute/
+- Dominic <dominic_marks@btinternet.com>