diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-28 01:34:42 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-28 01:34:42 +0000 |
commit | a15ad29484d0e7e11fb462531db6a0df8ee7a720 (patch) | |
tree | 465e6af00f45428352964b01389c0f398aa2ebb5 /security/ike-scan | |
parent | 7e4efb3cfc57f1cff2b05bc0f3323130d2f28801 (diff) | |
download | pkgsrc-a15ad29484d0e7e11fb462531db6a0df8ee7a720.tar.gz |
Update to 1.9
a) Experimental IKEv2 support (--ikev2)
b) RFC 3947 NAT traversal support (--nat-t)
c) Source IP spoofing (--sourceip) - Requires raw sockets.
d) Nortel proprietary pre-shared key cracking support.
e) psk-crack can read dictionary files from stdin (--dictionary=-)
f) Backoff patterns may contain only a single packet.
g) Two new packet display options: --timestamp and --shownum
h) ike-scan now uses the Mersenne twister PRNG, with new --randomseed option.
i) --rcookie option allows the responder cookie to be specified in outgoing packets.
j) Several new backoff patterns and vendor IDs added.
k) ike-scan wiki launched: http://www.nta-monitor.com/wiki/
Diffstat (limited to 'security/ike-scan')
-rw-r--r-- | security/ike-scan/Makefile | 4 | ||||
-rw-r--r-- | security/ike-scan/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index 75da9eb3266..c9695f8f1f7 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/04/22 09:22:14 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2007/01/28 01:34:42 adrianp Exp $ -DISTNAME= ike-scan-1.8 +DISTNAME= ike-scan-1.9 CATEGORIES= security MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/ diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo index 8e771a10efb..53889db5d42 100644 --- a/security/ike-scan/distinfo +++ b/security/ike-scan/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2006/01/18 21:37:01 adrianp Exp $ +$NetBSD: distinfo,v 1.7 2007/01/28 01:34:42 adrianp Exp $ -SHA1 (ike-scan-1.8.tar.gz) = 74fa7d14334f28e862d837fd3c13503a5cecd8af -RMD160 (ike-scan-1.8.tar.gz) = 25a55ef2679c5d42ab979d7b22e6ed0af33834b6 -Size (ike-scan-1.8.tar.gz) = 1376995 bytes +SHA1 (ike-scan-1.9.tar.gz) = e973742c32c7b65fe134233482c94e3e94db3b32 +RMD160 (ike-scan-1.9.tar.gz) = 1d5c1fb5b9200ad098616bc7f2d2913c8217dc1d +Size (ike-scan-1.9.tar.gz) = 1412689 bytes SHA1 (patch-aa) = 7d4ba2d234f8520efbb2d761f00641a54174c9db |