Created
December 15, 2017 14:00
-
-
Save pete911/dc1de5d286d166862987a5eb482ae9ba 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
`sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'` update `192.168.1.*` accordingly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment