CMS
Last updated
Was this helpful?
Last updated
Was this helpful?
A web service is available on port 80
Looks like the website is running on WordPress
Run wpscan
and after a few seconds, looks like it is vulnerable to Local File Inclusion
We can use LFI to grab /etc/passwd
Then grab the Private SSH Key of user angel
Log in via SSH using the id_rsa
file we found.
We can run any sudo
command without a password. Just run sudo su
to log in as root.