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)- A5% (1)
- B10% (2)
- C5% (1)
- D80% (16)
Community Discussion
No community discussion yet for this question.