THM Vulnversity - Privilege Escalation
We found a vulnerable web server and uploaded a PHP reverse shell, and activated it.
We end up as the user www-data.
To privilege escalate, we use Python to get an interactive shell:
python -c 'import pty;pty.spawn("/bin/bash")'
We know that /bin/...
epikoeni.hashnode.dev1 min read