- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 150字
- 2021-06-24 15:59:17
How to do it...
- Browse to the directory where ike-scan is installed.
- Install autoconf by running the following command:
apt-get install autoconf
- Run autoreconf --install to generate a .configure file.
- Run ./configure.
- Run make to build the project.
- Run make check to verify the building stage.
- Run make install to install ike-scan.
- To scan a host for an Aggressive mode handshake, use the following command:
ike-scan x.x.x.x –M -A
The following screenshot shows the output of the preceding command:

- Sometimes, we will see the response after providing a valid group name such as vpn:
ike-scan x.x.x.x –M –A id=vpn
- To view the list of all available options, we can run the following command:
ike-scan -h
The following screenshot shows the output of the preceding command:

We can even brute force the group names using the following link: https://github.com/SpiderLabs/groupenum.
Here is the command:
./dt_group_enum.sh x.x.x.x groupnames.dic
推薦閱讀
- Citrix XenApp Performance Essentials
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Google系統(tǒng)架構(gòu)解密:構(gòu)建安全可靠的系統(tǒng)
- 嵌入式Linux系統(tǒng)開(kāi)發(fā):基于Yocto Project
- vSphere Virtual Machine Management
- macOS效率手冊(cè)
- Docker+Kubernetes應(yīng)用開(kāi)發(fā)與快速上云
- 巧學(xué)活用Windows 7
- Advanced Infrastructure Penetration Testing
- Learning BeagleBone
- Web Penetration Testing with Kali Linux(Third Edition)
- Android應(yīng)用性能優(yōu)化最佳實(shí)踐
- VMware vSphere 5.1 Cookbook
- Serverless Architectures with Kubernetes
- SQL Server on Azure Virtual Machines