// htb writeup Hack The Box 2026-02-25
Down
HackTheBox Easy Hack The Box
root obtained // PWNED

🚩 Hack The Box - Down

Platform: Hack The Box
IP Address: 10.129.234.87
Difficulty: Easy
Status: ✅ Completed


🧭 Overview

Down is a beginner-friendly box involving a vulnerable website status checker. By exploiting an insecure curl usage and bypassing input validation, we achieve a reverse shell. Lateral movement to a user-owned encrypted password manager leads to privilege escalation and root access.


🔍 Enumeration

🔎 Nmap

nmap -p- 10.129.234.87 --min-rate 10000
nmap -p 22,80 10.129.234.87 -sCV -oN nmapscan

Open Ports:


🌐 Web Analysis


⚙️ Exploitation


🔑 Cracking Credentials


⬆️ Privilege Escalation


🏁 Flags


Down Screenshot