Platform: HackTheBox | Difficulty: Easy | OS: Windows (Docker Desktop / WSL2)

Machine: HTB — MonitorsFour

Chain: IDOR → Hash cracking → Cacti RCE → Docker escape

Overview

MonitorsFour is a Windows box that hides almost its entire attack surface behind a PHP web application and a containerized infrastructure. The path unfolds in four acts: a logic flaw in an API leaks credentials, those credentials grant access to a vulnerable monitoring service with an RCE, the resulting shell lands inside a Docker container, and the final escape leverages the Docker API exposed without authentication on the internal network.