nerdexam
CompTIA

PT0-002 · Question #181

An assessor wants to run an Nmap scan as quietly as possible. Which of the following commands will give the LEAST chance of detection?

The correct answer is C. nmap -T0 192.168.0.1. -T0 Paranoid: Very slow, used for IDS evasion -T1 Sneaky: Quite slow, used for IDS evasion -T2 Polite: Slows down to consume less bandwidth, runs ~10 times slower than default -T3 Normal: Default, a dynamic timing model based on target responsiveness -T4 Aggressive: Assumes a…

Information Gathering and Vulnerability Scanning

Question

An assessor wants to run an Nmap scan as quietly as possible. Which of the following commands will give the LEAST chance of detection?

Options

  • Anmap -T3 192.168.0.1
  • Bnmap -P0 192.168.0.1
  • Cnmap -T0 192.168.0.1
  • Dnmap -A 192.168.0.1

How the community answered

(51 responses)
  • A
    4% (2)
  • B
    8% (4)
  • C
    75% (38)
  • D
    14% (7)

Explanation

-T0 Paranoid: Very slow, used for IDS evasion -T1 Sneaky: Quite slow, used for IDS evasion -T2 Polite: Slows down to consume less bandwidth, runs ~10 times slower than default -T3 Normal: Default, a dynamic timing model based on target responsiveness -T4 Aggressive: Assumes a fast and reliable network and may overwhelm targets -T5 Insane: Very aggressive; will likely overwhelm targets or miss open ports

Topics

#Nmap#Stealth Scanning#Timing Templates#Network Scanning

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice