Which of the following are needed to conduct this scan?

A penetration tester has been asked to conduct OS fingering with Nmap using a company-provided text file that contains a list of IP addresses. Which of the following are needed to conduct this scan? (Choose two.).
A. -O
B. -iL
C. -V
D. -sS
E. oN
F. -oX

comptia-exams

3 thoughts on “Which of the following are needed to conduct this scan?

  1. Should be AB

    -O Enables OS detection by using fingerprinting of the TCP/UDP packet
    received

    -iL Scans targets from a text file

  2. Scan a list of targets

    If you have a large number of systems to scan, you can enter the IP address (or host names) in a text file and use that file as input for Nmap on the command line.

    syntax: nmap -iL [list.txt]

    OUTPUT:
    -oN/-oX/-oS/-oG : Output scan in normal, XML, s|<rIpt kIddi3,
    and Grepable format, respectively, to the given filename.

    1
    3

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.