1 | --- fragroute.old Sat Apr 9 18:51:56 2005 |
---|
2 | +++ fragroute.new Sat Apr 9 19:15:19 2005 |
---|
3 | @@ -1,23 +1,21 @@ |
---|
4 | # $Id: Portfile,v 1.10 2004/12/22 18:27:48 toby Exp $ |
---|
5 | |
---|
6 | -PortSystem 1.0 |
---|
7 | -name fragroute |
---|
8 | +PortSystem 1.0 |
---|
9 | +name fragroute |
---|
10 | version 1.2 |
---|
11 | -revision 0 |
---|
12 | -categories net security |
---|
13 | -maintainers riccardo@andreoli.net |
---|
14 | -description intercept, modify, and rewrite egress traffic |
---|
15 | -long_description \ |
---|
16 | - fragroute intercepts, modifies, and rewrites egress traffic |
---|
17 | -destined \ |
---|
18 | - for a specified host, implementing most of the attacks described |
---|
19 | -in \ |
---|
20 | - the Secure Networks "Insertion, Evasion, and Denial of Service: \ |
---|
21 | - Eluding Network Intrusion Detection" paper of January 1998. |
---|
22 | -homepage http://monkey.org/~dugsong/fragroute/ |
---|
23 | -platforms darwin |
---|
24 | -master_sites http://monkey.org/~dugsong/fragroute/ |
---|
25 | -checksums md5 7e4de763fae35a50e871bdcd1ac8e23a |
---|
26 | -depends_lib \ |
---|
27 | - lib:libpcap:libpcap lib:libdnet:libdnet lib:libevent:libevent |
---|
28 | +revision 0 |
---|
29 | +categories net security |
---|
30 | +maintainers riccardo@opendarwin.org |
---|
31 | +description intercept, modify, and rewrite egress traffic |
---|
32 | +long_description fragroute intercepts, modifies, and rewrites egress \ |
---|
33 | + traffic destined for a specified host, implementing \ |
---|
34 | + most of the attacks described in the Secure Networks \ |
---|
35 | + "Insertion, Evasion, and Denial of Service: Eluding \ |
---|
36 | + Network Intrusion Detection" paper of January 1998. |
---|
37 | +homepage http://monkey.org/~dugsong/fragroute/ |
---|
38 | +platforms darwin |
---|
39 | +master_sites http://monkey.org/~dugsong/fragroute/ |
---|
40 | +checksums md5 7e4de763fae35a50e871bdcd1ac8e23a |
---|
41 | +depends_lib lib:libpcap:libpcap lib:libdnet:libdnet \ |
---|
42 | + lib:libevent:libevent |
---|
43 | |
---|