commands.sh

arp-scan

all

Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network.

More info →

Options (1)

-l, --localnetboolean

Scan the current local network

Example: arp-scan {{[-l|--localnet]}}

Examples (4)

Scan the current local network

arp-scan [-l|--localnet]

Scan an IP network with a custom bitmask

arp-scan 192.168.1.1/24

Scan an IP network within a custom range

arp-scan 127.0.0.0-127.0.0.31

Scan an IP network with a custom net mask

arp-scan 10.0.0.0:255.255.255.0
made by @shridhargupta | data from tldr-pages