Last active
June 17, 2025 17:59
-
-
Save sinamics/b35f3b09a2446889008801648efe9e9c to your computer and use it in GitHub Desktop.
Scan network for Raspberry Pi devices
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
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