- Do troubleshooting for IP confliction
- IP<>MAC mapping
- Get production manufacturer
Just install with: sudo apt-get install arp-scan
Common cmd used:
- Specify a list of IP addresses as arguments: sudo arp-scan -I eth0 192.168.1.1 192.168.1.2 192.168.1.3
- Specify network/bits: sudo arp-scan -I eth0 192.168.1.0/24
- Specify network:netmask: sudo arp-scan -I eth0 192.168.1.0:255.255.255.0
- Specify address range: sudo arp-scan -I eth0 192.168.1.3-192.168.1.27
- Read a list of IP addresses from a file: sudo arp-scan -I eth0 --file=ip-address-list.txt
沒有留言:
張貼留言