Introduction
In this challenge, you'll step into the role of a cybersecurity intern tasked with auditing a server's security. Your objective is to utilize Nmap, a powerful network scanning tool, to identify open ports on a target system with the IP address 172.17.0.1
.
The challenge requires you to execute an Nmap scan against the specified IP address and save the scan results to a file named open_ports.txt
located in the /root
directory. You'll need to use the -oN
option with the nmap
command to achieve this. The successful completion of this challenge will demonstrate your ability to use Nmap for basic port scanning and result saving.