Introduction
In this challenge, you'll step into the role of a junior network engineer tasked with identifying an open port on a critical server at Luna Gateway Spaceport. The server, located at IP address localhost
, is experiencing network issues, and your mission is to use Nmap to scan for open ports and record the findings.
Your task involves using the nmap
command with the appropriate options to scan all ports on the target IP address and save the complete Nmap scan output to the file /home/labex/project/luna_server_scan.txt
. The goal is to pinpoint the open port number and ensure the scan was performed correctly on the specified IP address.