
HTB Dog Writeup
INFO Machine IP = 10.10.11.58 OS = Linux Level = EASY Points = 20 Let’s start by adding the machine to our hosts file: echo "10.10.11.58 dog.htb" >> /etc/hosts Enumeration Port Scanning n...

INFO Machine IP = 10.10.11.58 OS = Linux Level = EASY Points = 20 Let’s start by adding the machine to our hosts file: echo "10.10.11.58 dog.htb" >> /etc/hosts Enumeration Port Scanning n...

Building Your First MCP Server: A Complete Beginner’s Guide Have you ever wondered how AI agents like Claude connect to external tools and data sources? The answer lies in something called the Mod...

HackTheBox - Poison: Complete Walkthrough Introduction Poison represents an excellent medium-difficulty FreeBSD machine on HackTheBox that provides valuable lessons in web vulnerabilities, passwo...

Introduction Nineveh is a medium-difficulty Linux machine on HackTheBox that features web vulnerabilities, local file inclusion, and port knocking. This machine requires careful enumeration and cr...

Introduction Lame was the first box released on HackTheBox, and it’s considered an excellent starting point for beginners. This machine demonstrates classic vulnerabilities in outdated services an...

Reconnaissance Host Enumeration ┌──(kali㉿kali)-[~] └─$ sudo nano /etc/hosts 10.10.11.57 cypher.htb Port Scanning ┌──(kali㉿kali)-[~/Desktop/cypher] └─$ nmap -sC -sV -oA cypher 10.10.11.57 # Nmap...

Machine Overview Name: Heal Difficulty: Medium OS: Linux IP: 10.10.11.46 ┌──(kali㉿kali)-[~/Desktop] └─$ sudo nmap -sC -sV -oA Heal/Heal 10.10.11.46 Starting Nmap 7.95 ( https://nmap.org ...

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...