arp-scan Installation on Mac
Package Information:
Name: arp-scan
Use: ARP scanning and fingerprinting tool
URL: https://github.com/royhills/arp-scan
Installation Steps:
- Open Terminal using Spotlight search by pressingÂ
<command+space>
. Type terminal and hitÂEnter
 key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install arp-scan using brew
brew install arp-scan
arp-scan is ready to use now!