Last active
July 4, 2022 19:54
-
-
Save vgarrido/447c8e8ff1838e6a4d53ff969e1b6966 to your computer and use it in GitHub Desktop.
shell ping scan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {1..254} ;do (ping -c 1 192.168.0.$i | grep "bytes from" &) ;done|cut -d " " -f4|tr -d “:” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment