nerdexam
EC-Council

EC0-350 · Question #273

Which command lets a tester enumerate alive systems in a class C network via ICMP using native Windows tools?

The correct answer is D. for /L %V in (1 1 254) do PING -n 1 192.168.2.%V | FIND /I "Reply". See the full explanation below for the reasoning.

Question

Which command lets a tester enumerate alive systems in a class C network via ICMP using native Windows tools?

Options

  • Aping 192.168.2.
  • Bping 192.168.2.255
  • Cfor %V in (1 1 255) do PING 192.168.2.%V
  • Dfor /L %V in (1 1 254) do PING -n 1 192.168.2.%V | FIND /I "Reply"

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    10% (2)
  • C
    5% (1)
  • D
    80% (16)

Community Discussion

No community discussion yet for this question.

Full EC0-350 Practice