Answers for "PoweShell PingSweep"

0

PoweShell PingSweep

1..255 | % {echo "192.168.1.$_"; ping -n 1 -w 100 192.168.1.$_} | Select-String ttl
Posted by: Guest on August-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language