The first step in approaching this machine was reconnaissance. Understanding which services were exposed is key. To do this, I ran a full TCP port scan using Nmap with default scripts and version detection. This helped me identify active services, potential vulnerabilities, and the overall attack surface of the target.nmap -sC -sV --min-rate 100...