Boost your confidence for the CompTIA PenTest+ Exam. Train with a quiz featuring flashcards and detailed questions, each offering hints and comprehensive explanations. Prepare thoroughly for your test!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


When using Nmap, what does the command "nmap -oN" achieve?

  1. Creates a normal output file

  2. Executes a network scan silently

  3. Generates an XML output file

  4. Performs a verbose scan

The correct answer is: Creates a normal output file

The command "nmap -oN" is designed to generate a normal output file, which captures the results of the Nmap scan in a standard text format. This option allows users to save the scan results for later analysis or to share with others. The normal output format is human-readable and lists the hosts scanned along with their status and any open ports identified. The other options correspond to different features of Nmap. While one might expect several output file formats to be available, the -oN specifically targets the creation of a normal output file, differentiating it from XML or other specialized formats.