書(shū)名: Kali Linux:An Ethical Hacker's Cookbook作者名: Himanshu Sharma本章字?jǐn)?shù): 132字更新時(shí)間: 2021-07-08 09:41:15
How to do it...
To configure ike-scan follow the given steps:
- 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 commands:
ike-scan x.x.x.x -M -A
The following screenshot shows the output for the preceding command:

- Sometimes we will see the response after providing a valid group name like (vpn):
ike-scan x.x.x.x -M -A id=vpn
The following screenshot shows the example of the preceding command:

We can even brute force the groupnames using the following script:
https://github.com/SpiderLabs/groupenum.
The command:
./dt_group_enum.sh x.x.x.x groupnames.dic
https://github.com/SpiderLabs/groupenum.
The command:
./dt_group_enum.sh x.x.x.x groupnames.dic
推薦閱讀
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- Docker and Kubernetes for Java Developers
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- Microsoft Dynamics 365 Extensions Cookbook
- AngularJS深度剖析與最佳實(shí)踐
- Backbone.js Blueprints
- Windows Phone 7.5:Building Location-aware Applications
- Selenium Testing Tools Cookbook(Second Edition)
- SQL基礎(chǔ)教程(第2版)
- Unity 3D/2D移動(dòng)開(kāi)發(fā)實(shí)戰(zhàn)教程
- R用戶Python學(xué)習(xí)指南:數(shù)據(jù)科學(xué)方法
- Elasticsearch Essentials
- Training Systems Using Python Statistical Modeling
- 深入分析GCC