isakmp (500/udp)

ike-scan

ike-scan -A 10.10.10.10
  • --aggressive or -A Use IKE Aggressive Mode (will return hash of pre-shared key)

└─$ ike-scan --ikev2 10.10.10.10 -M
  • --ikev2 or -2 Use IKE version 2

  • --multiline or -M Split the payload decode across multiple lines.

Last updated