ike-scan

Discover and fingerprint IKE hosts on a network.

brewmacoslinux
Try with needOr install directly
Source

About

Discover and fingerprint IKE hosts

Commands

ike-scan

Examples

scan a network for IKE servers$ ike-scan 192.168.1.0/24
scan a single IP address for IKE$ ike-scan 192.168.1.1
identify VPN gateway encryption methods$ ike-scan --verbose 192.168.1.1
scan with custom IKE packets and transform sets$ ike-scan --trans=5,2,1,2 192.168.1.1
save IKE scan results to a file$ ike-scan -o results.txt 192.168.1.0/24