Intepreter is a medium-difficulty box that runs on Linux, it starts with vulnerable web server from which we can gain RCE, use that to obtain credentials, and then use a vulnerable Python application to escalate privileges. Let's get started.
First, we’ll run an nmap scan.
nmap...