- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 132字
- 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
推薦閱讀
- C語言程序設計習題解析與上機指導(第4版)
- Mastering OpenCV Android Application Programming
- Building Minecraft Server Modifications
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Bootstrap 4 Cookbook
- C#程序設計教程(第3版)
- GameMaker Essentials
- Python大學實用教程
- 創意UI:Photoshop玩轉APP設計
- Python數據可視化之美:專業圖表繪制指南(全彩)
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 會當凌絕頂:Java開發修行實錄
- C語言程序設計
- INSTANT Apache Hive Essentials How-to
- Flutter之旅