HTB - LaCasaDePapel

LaCasaDePapel

Getting Root:

Tools Used:

Nmap

Enumeration

FTP - Port 21

Port 6200

HTTPS

We get certificate error

Creating a certificate so that we can access the https site

Importing the certificate to the browser

Verifying the file

Privilege Escalation

There is file named memcached.ini owned by root in the home directory of user professor.

Contents of the memcached.ini file

Using pspy64, we can see that something access this file and executes the command.

We get a shell as root

Last updated