
HTB Heal Writeup (Walkthrough)
Machine Overview Name: Heal Difficulty: Medium OS: Linux IP: 10.10.11.46 Initial Enumeration Port Scanning Starting with a standard Nmap scan to identify open ports and running services...

Machine Overview Name: Heal Difficulty: Medium OS: Linux IP: 10.10.11.46 Initial Enumeration Port Scanning Starting with a standard Nmap scan to identify open ports and running services...

This box is still active on HackTheBox. Once retired, this article will be published for public access as per HackTheBox’s policy on publishing content from their platform. For more hints and assi...

Introduction Nocturnal is an easy-difficulty Linux machine on HackTheBox that provides an engaging challenge focused on web application security and privilege escalation. This writeup documents my...

Introduction This writeup documents the process of compromising the “UnderPass” machine from Hack The Box. The machine features a web application with default credentials, an exploitable daloRADIU...

Introduction If you’re trying to run the Cursor AI Code Editor on Linux while keeping the sandbox enabled for security, you might run into errors like: The setuid sandbox is not running as root. ...

Introduction Strutted, a medium-difficulty Linux machine on HackTheBox, offers a practical exploration of real-world vulnerabilities and misconfigurations. Retired as a free instant challenge, thi...

This box is still active on HackTheBox. Once retired, this article will be published for public access as per HackTheBox’s policy on publishing content from their platform. For more hints and assi...

Introduction This is a detailed walkthrough for the “Code” machine on Hack The Box. The target is a Linux system running a Python Code Editor web application vulnerable to database query exposure ...

This box is still active on HackTheBox. Once retired, this article will be published for public access as per HackTheBox’s policy on publishing content from their platform. For more hints and assi...

INFO Machine IP = 10.10.11.55 OS = Linux Level = EASY Points = 20 Let’s start by adding the machine to our hosts file: echo "10.10.11.55 titanic.htb dev.titanic.htb" >> /etc/hosts Enumerat...