Created
May 18, 2016 10:45
-
-
Save dirkgroenen/5842e5559e2545fe570a30d304501711 to your computer and use it in GitHub Desktop.
Searches for a Raspberry PI in the network
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
sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment