Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 5.48 KB

README.md

File metadata and controls

32 lines (23 loc) · 5.48 KB

Arp-Scanner

Usage

  1. Download & install the latest release
    • Chocolatey (Windows): choco install arp-scanner
    • Snapcraft (Linux): snap install arp-scanner
    • GitHub (Windows/Linux): releases
  2. Use the arp-scanner command
    • 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