arpscan
Scan the network using ARP requests.
usage: arpscan [-h] [-q] [-v] [-p | -P PASSIVE] [-w sec] [-V] ip | cidr
Positional Arguments
- ip | cidr
ip address or subnet to scan
Named Arguments
- -q, --quiet
give less output. option is additive, and can be used up to 3 times (warning/error/critical)
- -v, --verbose
set the verbosity level. option is additive, and can be used up to 5 times (debug/info/warning/error/critical). (default: info)
- -p, --use-probes
use ARP probes
- -P, --passive
extrapolate ARP associations from ARP requests(default ttl: 300 sec)
- -w
how long to wait for a reply (default: 2.0 sec)
- -V, --version
show program’s version number and exit