WeSearch

HTB — MonitorsFour | Writeup

·5 min read · 0 reactions · 0 comments · 9 views
#hackthebox#ctf#security#writeup
HTB — MonitorsFour | Writeup
⚡ TL;DR · AI summary

The article discusses a writeup on the HackTheBox challenge 'MonitorsFour', which is a Windows-based box with a hidden attack surface. It details the steps taken to exploit a logic flaw in an API that leads to credential leakage and remote code execution. The writeup emphasizes the importance of testing various falsy values in identification parameters to uncover vulnerabilities.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3951209) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } WhyShell Posted on May 25 HTB — MonitorsFour | Writeup #hackthebox #ctf #security #writeup 🇫🇷 Version française 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.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)