summaryrefslogtreecommitdiff
path: root/security/fragroute/DESCR
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-08 17:55:15 +0000
committeragc <agc@pkgsrc.org>2004-01-08 17:55:15 +0000
commit09077a7922526baab15b7229ae5796325e385770 (patch)
treeb21d6513e6bf10866534537e40530e1dee19e765 /security/fragroute/DESCR
parent4f8f4eeb6db82380e4a10b72074c86c1d699f694 (diff)
downloadpkgsrc-09077a7922526baab15b7229ae5796325e385770.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>