Ping scan using cmd.exe

This will perform a simple ping scan and only output replies.

for /L %i in (1,1,255) do @ping -n 1 x.x.x.%i | find "TTL="


If you enjoyed this post consider sharing it on , , , or , and .