LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ike-scan

discovers and fingerprints IPsec VPN servers

TLDR

Scan for IKE hosts
$ sudo ike-scan [192.168.1.0/24]
copy
Aggressive mode
$ sudo ike-scan -A [target]
copy
Specify transform
$ sudo ike-scan --trans=[5,2,1,2] [target]
copy
Show vendor ID
$ sudo ike-scan -M [target]
copy
Source port
$ sudo ike-scan -s [500] [target]
copy

SYNOPSIS

ike-scan [options] targets

DESCRIPTION

ike-scan discovers and fingerprints IPsec VPN servers. It sends IKE packets and analyzes responses to identify VPN implementations.The tool performs IKE protocol scanning for security assessment. It identifies vendor, version, and supported transforms.

PARAMETERS

TARGETS

IP addresses or ranges.
-A, --aggressive
Aggressive mode.
-M, --multiline
Multiline output.
--trans SET
Transform set.
-s PORT
Source port.
-d PORT
Destination port.
--help
Display help information.

INSTALL

sudo apt install ike-scan
copy
brew install ike-scan
copy
nix profile install nixpkgs#ike-scan
copy

CAVEATS

Security testing tool. Authorization required. UDP port 500.

HISTORY

ike-scan was created by Roy Hills for IPsec VPN discovery and fingerprinting.

SEE ALSO

nmap(1), ipsec(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid