icmpsh
1 介绍
下载地址:https://github.com/inquisb/icmpsh.git
依赖:apt-get install python-impacket
由于icmp要代替系统本身的ping命令的应答程序,所以要关闭,否则shell的运行会不稳定
sysctl -w net.ipv4.icmp_echo_ignore_all=1 (恢复的话改为0)
下载地址:https://github.com/inquisb/icmpsh.git
依赖:apt-get install python-impacket
由于icmp要代替系统本身的ping命令的应答程序,所以要关闭,否则shell的运行会不稳定
sysctl -w net.ipv4.icmp_echo_ignore_all=1 (恢复的话改为0)
评论区