pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ike-scan ike-scan, IKE fingerprinting tool
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7dae7d3205f
branches: trunk
changeset: 469738:a7dae7d3205f
user: itojun <itojun%pkgsrc.org@localhost>
date: Fri Feb 27 22:12:51 2004 +0000
description:
ike-scan, IKE fingerprinting tool
---
ike-scan discovers IKE hosts and can also fingerprint them using the
retransmission backoff pattern.
ike-scan does two things:
a) Discovery: Determine which hosts are running IKE.
This is done by displaying those hosts which respond to the IKE requests
sent by ike-scan.
b) Fingerprinting: Determine which IKE implementation the hosts are using.
This is done by recording the times of the IKE response packets from the
target hosts and comparing the observed retransmission backoff pattern
against known patterns.
The retransmission backoff fingerprinting concept is discussed in more
detail in the UDP backoff fingerprinting paper which should be included
in the ike-scan kit as udp-backoff-fingerprinting-paper.txt.
The program sends IKE main mode requests to the specified hosts and displays
any responses that are received. It handles retry and retransmission with
backoff to cope with packet loss. It also limits the amount of bandwidth
used by the outbound IKE packets.
diffstat:
security/ike-scan/DESCR | 22 ++++++++++++++++++++++
security/ike-scan/Makefile | 15 +++++++++++++++
security/ike-scan/PLIST | 6 ++++++
security/ike-scan/distinfo | 4 ++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 5cff7c639dbd -r a7dae7d3205f security/ike-scan/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ike-scan/DESCR Fri Feb 27 22:12:51 2004 +0000
@@ -0,0 +1,22 @@
+ike-scan discovers IKE hosts and can also fingerprint them using the
+retransmission backoff pattern.
+
+ike-scan does two things:
+
+a) Discovery: Determine which hosts are running IKE.
+ This is done by displaying those hosts which respond to the IKE requests
+ sent by ike-scan.
+
+b) Fingerprinting: Determine which IKE implementation the hosts are using.
+ This is done by recording the times of the IKE response packets from the
+ target hosts and comparing the observed retransmission backoff pattern
+ against known patterns.
+
+The retransmission backoff fingerprinting concept is discussed in more
+detail in the UDP backoff fingerprinting paper which should be included
+in the ike-scan kit as udp-backoff-fingerprinting-paper.txt.
+
+The program sends IKE main mode requests to the specified hosts and displays
+any responses that are received. It handles retry and retransmission with
+backoff to cope with packet loss. It also limits the amount of bandwidth
+used by the outbound IKE packets.
diff -r 5cff7c639dbd -r a7dae7d3205f security/ike-scan/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ike-scan/Makefile Fri Feb 27 22:12:51 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/27 22:12:51 itojun Exp $
+#
+
+DISTNAME= ike-scan-1.6
+CATEGORIES= security
+MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/
+
+MAINTAINER= packages%netbsd.org@localhost
+HOMEPAGE= http://www.nta-monitor.com/ike-scan/
+COMMENT= Fingerprinting IKE implementation
+
+HAS_CONFIGURE= YES
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5cff7c639dbd -r a7dae7d3205f security/ike-scan/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ike-scan/PLIST Fri Feb 27 22:12:51 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/27 22:12:51 itojun Exp $
+bin/ike-scan
+man/man1/ike-scan.1
+share/ike-scan/ike-backoff-patterns
+share/ike-scan/ike-vendor-ids
+@dirrm share/ike-scan
diff -r 5cff7c639dbd -r a7dae7d3205f security/ike-scan/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ike-scan/distinfo Fri Feb 27 22:12:51 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/27 22:12:51 itojun Exp $
+
+SHA1 (ike-scan-1.6.tar.gz) = dc0eaed96302128cdff4a9d113cdec73c235c59d
+Size (ike-scan-1.6.tar.gz) = 141847 bytes
Home |
Main Index |
Thread Index |
Old Index