Last active
January 29, 2019 18:30
-
-
Save gounthar/2b4372abd7a623f7cf670575a76026d1 to your computer and use it in GitHub Desktop.
This file contains 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 $(seq $ip_start $ip_end);do sudo nmap -sP 10.XX.$i.0/24 | awk '/^Nmap/{ip=$NF}/B8/{print ip}';done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment