Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaneriley/ff52fc786f44eae6a3987e0bbd559352 to your computer and use it in GitHub Desktop.
Save shaneriley/ff52fc786f44eae6a3987e0bbd559352 to your computer and use it in GitHub Desktop.
Find RPi on your network
sudo nmap -sP 10.0.1.0/24 | awk '/^Nmap/ { printf $5" " } /MAC/ { print }' - | grep Raspberry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment