arp-scan-rs

Fast ARP scanner for discovering hosts on local networks

brewmacoslinux
Try with needOr install directly
Source

About

ARP scan tool written in Rust for fast local network scans

Commands

arp-scan-rs

Examples

Scan the local network for all active hosts$ arp-scan-rs
Scan a specific subnet and show results with MAC addresses$ arp-scan-rs 192.168.1.0/24
Scan with increased timeout for slower networks$ arp-scan-rs --timeout 2000