nerdexam
CompTIA

PT0-002 · Question #272

A security analyst needs to perform a scan for SMB port 445 over a/16 network. Which of the following commands would be the BEST option when stealth is not a concern and the task is time sensitive?

The correct answer is B. Nmap -p 445 -n -T4 -open 172.21.0.0/16. Port is specified with -p. -T4 is aggressive (fast) mode. Aggressive mode speeds scans up by making the assumption that you are on a reasonably fast and reliable network. https://nmap.org/book/performance-timing-templates.html

Information Gathering and Vulnerability Scanning

Question

A security analyst needs to perform a scan for SMB port 445 over a/16 network. Which of the following commands would be the BEST option when stealth is not a concern and the task is time sensitive?

Options

  • ANmap -s 445 -Pn -T5 172.21.0.0/16
  • BNmap -p 445 -n -T4 -open 172.21.0.0/16
  • CNmap -sV --script=smb* 172.21.0.0/16
  • DNmap -p 445 -max -sT 172. 21.0.0/16

How the community answered

(68 responses)
  • A
    9% (6)
  • B
    72% (49)
  • C
    16% (11)
  • D
    3% (2)

Explanation

Port is specified with -p. -T4 is aggressive (fast) mode. Aggressive mode speeds scans up by making the assumption that you are on a reasonably fast and reliable network. https://nmap.org/book/performance-timing-templates.html

Topics

#Nmap#Port Scanning#Network Scanning#SMB

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice