nerdexam
CompTIA

PT0-002 · Question #82

A security engineer identified a new server on the network and wants to scan the host to determine if it is running an approved version of Linux and a patched version of Apache. Which of the…

The correct answer is C. nmap -A -T4 -p80 192.168.1.20. The only Nmap arguments used in this example are -A, to enable OS and version detection, script scanning, and traceroute; -T4 for faster execution; and then the two target hostnames. https://manpages.org/nmap

Information Gathering and Vulnerability Scanning

Question

A security engineer identified a new server on the network and wants to scan the host to determine if it is running an approved version of Linux and a patched version of Apache. Which of the following commands will accomplish this task?

Options

  • Anmap -f -sV -p80 192.168.1.20
  • Bnmap -sS -sL -p80 192.168.1.20
  • Cnmap -A -T4 -p80 192.168.1.20
  • Dnmap -O -v -p80 192.168.1.20

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    11% (4)
  • C
    77% (27)
  • D
    3% (1)

Explanation

The only Nmap arguments used in this example are -A, to enable OS and version detection, script scanning, and traceroute; -T4 for faster execution; and then the two target hostnames. https://manpages.org/nmap

Topics

#Nmap#OS Fingerprinting#Service Version Detection#Vulnerability Scanning

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice