Find Raspberry Pi's via ARP

Introduction

Use this one liner to easily find Raspberry Pi’s via ARP request on the current Subnet

Command

arp -na | grep -e "b8:27:eb" -e "dc:a6:32" -e "e4:5f:01"