Update to 1.7; from Srebrenko Sehic <haver@insecure.dk>.
Notable changes: * New psk-crack program to crack IKE Aggressive Mode pre-shared keys. * Support for IKE over TCP. * New --random (-R) option to randomise the target list. * The identity payload for aggressive mode may be specified as either a string or hex. * Ability to use the OpenSSL MD5 and SHA1 hash functions. * Many more backoff fingerprints and vendor ID patterns added.
This commit is contained in:
parent
29bbf1d694
commit
5017b5a308
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2004/12/16 00:31:22 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/01/24 20:16:06 naddy Exp $
|
||||
|
||||
COMMENT= "VPN scanner and identifier"
|
||||
DISTNAME= ike-scan-1.6
|
||||
DISTNAME= ike-scan-1.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${HOMEPAGE}download/ \
|
||||
http://berlin.ccc.de/~cryx/ike-scan/
|
||||
@ -15,9 +15,10 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
WANTLIB= c
|
||||
WANTLIB= c crypto
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=--with-openssl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (ike-scan-1.6.tar.gz) = 5cdc5633a2a7484805d76b3952b8cef6
|
||||
RMD160 (ike-scan-1.6.tar.gz) = 15581d286507d4c3f9a61879709493cbeabd2b5e
|
||||
SHA1 (ike-scan-1.6.tar.gz) = dc0eaed96302128cdff4a9d113cdec73c235c59d
|
||||
SIZE (ike-scan-1.6.tar.gz) = 141847
|
||||
MD5 (ike-scan-1.7.tar.gz) = c06c6a3d78ba9b93c0abf79b3a3d2a11
|
||||
RMD160 (ike-scan-1.7.tar.gz) = 9aa2d891cf5fb196f86fa8313984ffda861dc133
|
||||
SHA1 (ike-scan-1.7.tar.gz) = b7e0feccdfb6dd8704475fd6b9543dbe9e7cb5d5
|
||||
SIZE (ike-scan-1.7.tar.gz) = 1350170
|
||||
|
@ -1,9 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:17:40 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2005/01/24 20:16:06 naddy Exp $
|
||||
bin/ike-scan
|
||||
bin/psk-crack
|
||||
@man man/man1/ike-scan.1
|
||||
@man man/man1/psk-crack.1
|
||||
share/doc/ike-scan/
|
||||
share/doc/ike-scan/README
|
||||
share/doc/ike-scan/udp-backoff-fingerprinting-paper.txt
|
||||
share/ike-scan/
|
||||
share/ike-scan/ike-backoff-patterns
|
||||
share/ike-scan/ike-vendor-ids
|
||||
share/ike-scan/psk-crack-dictionary
|
||||
|
Loading…
Reference in New Issue
Block a user