Shock
Last updated
Was this helpful?
Last updated
Was this helpful?
A web service is open on port 80
And we can confirm that port 80 is really a web server.
Let's run Nikto, and after some time running, looks like the server is vulnerable to ShellShock vulnerability.
Since the shellshock vulnerability is pretty popular, we can find how to exploit and get a reverse shell from hacktricks
Craft the shell to your needs and you should receive your shell.
Running sudo -l
we can confirm that we can run socat
with root privilege without a password.
To gain root privilege, run the following