HackTheBox
Easy
Machines Name: Legacy
Objective
Gain root privileges on a Windows machine by exploiting a vulnerability in the SMB protocol.
Tools Used
Nmap
Metasploit
Searchsploit
High-Level Steps
- Reconnaissance using Nmap to identify open SMB ports (445).
- Identified the target is vulnerable to MS08-067 (NetAPI).
- Configured and launched the exploit using Metasploit Framework.
- Obtained a meterpreter shell with system privileges.
Key Learning
"Older windows systems are often vulnerable to classic SMB exploits. Always patch legacy systems."