Skip to content

Instantly share code, notes, and snippets.

@yassinagx
Last active August 29, 2015 14:25
Show Gist options
  • Save yassinagx/b548d558c495a351cd62 to your computer and use it in GitHub Desktop.
Save yassinagx/b548d558c495a351cd62 to your computer and use it in GitHub Desktop.
RaspberryPiAdressIp
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