ECCouncil Ethical Hacking and Countermeasures V8 EC0-350 Question # 75 Topic 8 Discussion

ECCouncil Ethical Hacking and Countermeasures V8 EC0-350 Question # 75 Topic 8 Discussion

EC0-350 Exam Topic 8 Question 75 Discussion:
Question #: 75
Topic #: 8

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


A.

ping 192.168.2.


B.

ping 192.168.2.255


C.

for %V in (1 1 255) do PING 192.168.2.%V


D.

for /L %V in (1 1 254) do PING -n 1 192.168.2.%V | FIND /I "Reply"


Get Premium EC0-350 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.