Linux command
ike-scan 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Scan for IKE hosts
sudo ike-scan [192.168.1.0/24]
Aggressive mode
sudo ike-scan -A [target]
Specify transform
sudo ike-scan --trans=[5,2,1,2] [target]
Show vendor ID
sudo ike-scan -M [target]
Source port
sudo ike-scan -s [500] [target]
说明
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.
参数
- -A, --aggressive
- Aggressive mode.
- -M, --multiline
- Multiline output.
- --trans _SET_
- Transform set.
- -s _PORT_
- Source port.
- -d _PORT_
- Destination port.
- --help
- Display help information.
FAQ
What is the ike-scan command used for?
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.
How do I run a basic ike-scan example?
Run `sudo ike-scan [192.168.1.0/24]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -A, --aggressive do in ike-scan?
Aggressive mode.