Files
ARP-Scanner/README.md
T

5.3 KiB

Arp-Scanner

Usage

  1. Download the latest release
    • Chocolatey (Windows): choco install arp-scanner
    • Snapcraft (Linux): snap install arp-scanner
    • GitHub (Windows/Linux): releases
  2. Use the command arp-scanner
    • arp-scanner help lists all available commands
    • arp-scanner scan scans the network for devices
    • arp-scanner scan --help lists all available options for the scan command
    • arp-scanner monitor continuously scans the network for devices
    • arp-scanner monitor --help lists all available options for the monitor command

Note

This programm may not work on all linux distributions because the ArpLookup library has some limitations

Follow the development

Twitter(X)

Example

Start arp-scanner with the IP range it should scan as parameter (e.g. 192.168.1.0-192.168.1.255) ARP-Scanner-Example

Third party licenses