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
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)- A9% (3)
- B11% (4)
- C77% (27)
- D3% (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
Community Discussion
No community discussion yet for this question.