Skip to content

Instantly share code, notes, and snippets.

@sinamics
Last active June 17, 2025 17:59
Show Gist options
  • Save sinamics/b35f3b09a2446889008801648efe9e9c to your computer and use it in GitHub Desktop.
Save sinamics/b35f3b09a2446889008801648efe9e9c to your computer and use it in GitHub Desktop.
Scan network for Raspberry Pi devices
arp -a | grep -i "b8:27:eb\|dc:a6:32\|e4:5f:01\|d8:3a:dd\|2c:cf:67\|28:cd:c1"
sudo nmap -sn 10.0.0.0/24 | grep -B 2 -i -E "b8:27:eb|dc:a6:32|e4:5f:01|d8:3a:dd|2c:cf:67|28:cd:c1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment