Introduction
In this challenge, you'll step into the role of a junior security analyst tasked with identifying the operating system of your local machine. This involves using Nmap with OS detection enabled to scan localhost.
The challenge includes utilizing the nmap
command with the -O
option to perform OS detection. The scan results must be outputted to a file named target_os.txt
within the project directory, allowing you to examine the output and determine the operating system of the local machine.