- 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
推薦閱讀
- Kubernetes修煉手冊
- Linux網(wǎng)絡(luò)管理與配置(第2版)
- 嵌入式Linux開發(fā)技術(shù)
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Red Hat Enterprise Linux 8系統(tǒng)管理實戰(zhàn)
- Mobile-first Bootstrap
- Installing and Configuring Windows 10:70-698 Exam Guide
- 嵌入式操作系統(tǒng)(Linux篇)(微課版)
- 突破平面3ds Max動畫設(shè)計與制作
- Linux內(nèi)核設(shè)計的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計與實現(xiàn)原理
- 計算機應(yīng)用基礎(chǔ)(Windows 7+Office 2016)
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- Linux系統(tǒng)最佳實踐工具:命令行技術(shù)
- Hands-On GPU Programming with Python and CUDA