arpr
Lightweight utility to send ARP requests.
usage: arpr [-h] [-q] [-v] [-H mac] [-D mac] [-S mac] [-s ip]
[-c count | -i sec] [-w sec] [-f] [-V]
ip
Positional Arguments
- ip
destination IP address
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)
- -H
ETHERNET source address (default: 00:00:00:00:00:00)
- -D
ETHERNET destination address (default: ff:ff:ff:ff:ff:ff)
- -S
ETHERNET source address (default: 00:00:00:00:00:00)
- -s
ARP protocol source address (default: 127.0.0.1)
- -c
how many packets to send (default: infinite)
- -i
set interval between packets (default: 1.0 sec)
- -w
how long to wait for a reply
- -f
quit on first reply
- -V, --version
show program’s version number and exit