nerdexam
EC-Council

312-50V11 · Question #123

What does the option * indicate?

The correct answer is C. n. This question appears incomplete or missing surrounding context, but based on the answer choices (s, t, n, a) in a security exam context, it likely references nmap scan flags where the correct option represents a NULL scan (-sN).

Scanning Networks

Question

What does the option * indicate?

Exhibit

312-50V11 question #123 exhibit

Options

  • As
  • Bt
  • Cn
  • Da

How the community answered

(18 responses)
  • B
    6% (1)
  • C
    89% (16)
  • D
    6% (1)

Why each option

This question appears incomplete or missing surrounding context, but based on the answer choices (s, t, n, a) in a security exam context, it likely references nmap scan flags where the correct option represents a NULL scan (-sN).

As

The option 's' corresponds to a SYN scan (-sS in nmap), which sends half-open SYN packets to identify open ports and is not representative of a wildcard or flagless option.

Bt

The option 't' corresponds to a TCP connect scan (-sT in nmap), which completes the full three-way TCP handshake and is distinct from any null or flagless scan type.

CnCorrect

In nmap, the -sN flag designates a NULL scan, which sends TCP packets with no control flags set. The 'n' stands for NULL, meaning the probe carries no SYN, ACK, RST, FIN, PSH, or URG bits. A NULL scan can evade stateless packet filters that only inspect specific flag combinations, making port state inference possible without triggering standard SYN-based firewall rules.

Da

The option 'a' corresponds to an ACK scan (-sA in nmap), which is used to probe firewall rulesets rather than identify open ports, and does not represent a null or wildcard scan type.

Concept tested: Nmap scan type flags including NULL scan

Source: https://nmap.org/book/man-port-scanning-techniques.html

Topics

#nmap options#network scanning#DNS resolution flag#command syntax

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice