- 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修煉手冊(cè)
- 全屋互聯(lián):智能家居系統(tǒng)開(kāi)發(fā)指南
- Windows Server 2019 Cookbook
- UNIX操作系統(tǒng)設(shè)計(jì)
- Hands-On DevOps with Vagrant
- Linux性能優(yōu)化
- Installing and Configuring Windows 10:70-698 Exam Guide
- 網(wǎng)絡(luò)操作系統(tǒng)管理與應(yīng)用(第三版)
- 一學(xué)就會(huì):Windows Vista應(yīng)用完全自學(xué)手冊(cè)
- 云原生落地:產(chǎn)品、架構(gòu)與商業(yè)模式
- INSTANT Galleria Howto
- VMware Horizon View Essentials
- Vim 8文本處理實(shí)戰(zhàn)
- 大規(guī)模分布式系統(tǒng)架構(gòu)與設(shè)計(jì)實(shí)戰(zhàn)
- openEuler操作系統(tǒng)核心技術(shù)與行業(yè)應(yīng)用實(shí)踐