summaryrefslogtreecommitdiff
path: root/security/fragroute/DESCR
diff options
context:
space:
mode:
authoragc <agc>2004-01-08 17:55:15 +0000
committeragc <agc>2004-01-08 17:55:15 +0000
commit4c4143b40c478f42baec3f6d1f23020962c94c1a (patch)
treeb21d6513e6bf10866534537e40530e1dee19e765 /security/fragroute/DESCR
parentf82fc8e341d0c8d137656b675b607b5bb8584120 (diff)
downloadpkgsrc-4c4143b40c478f42baec3f6d1f23020962c94c1a.tar.gz
Initial import of fragroute-1.2 into the NetBSD Packages Collection,
provided in PR 24022 by ISIHARA Takanori. This was taken from the FreeBSD Packages Collection and ported to NetBSD by ISIHARA Takanori. Additional fixes to make the package compile on NetBSD by myself, along with fixes for the build infrastructure (since libevent is part of NetBSD-current). "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."
Diffstat (limited to 'security/fragroute/DESCR')
-rw-r--r--security/fragroute/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/fragroute/DESCR b/security/fragroute/DESCR
new file mode 100644
index 00000000000..c2c207bc762
--- /dev/null
+++ b/security/fragroute/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>