mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
cef860082e
PR: 51751 Submitted by: Yonatan <Yonatan@xpert.com>
13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
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.
|
|
|
|
WWW: http://www.nta-monitor.com/ike-scan
|