Forrest logo
tool overview
On this page you find all important commands for the CLI tool arp-scan. If the command you are looking for is missing please ask our AI.

arp-scan

ARP-scan is a command-line tool used for scanning and fingerprinting network devices on a local area network (LAN). It operates by sending Address Resolution Protocol (ARP) requests to discover and obtain information about IP and MAC addresses associated with devices connected to the network.

Some key features of arp-scan include:

  1. Network scanning: arp-scan can scan an entire network or a specific IP range to detect all active devices on the LAN.

  2. MAC address retrieval: It provides the MAC addresses of devices connected to the network so that their hardware can be identified.

  3. Vendor identification: arp-scan can perform a lookup of MAC addresses to determine the manufacturer or vendor associated with a specific device.

  4. Customization: It allows users to customize the ARP requests by specifying additional options and flags.

  5. Passive scanning: It can passively listen to network traffic and display active devices, without sending any ARP requests.

Arp-scan is commonly used by network administrators and security professionals to discover devices on a network, identify potential security vulnerabilities, and monitor for unauthorized devices. It is available for various operating systems, including Linux, macOS, and Windows.

List of commands for arp-scan:

  • arp-scan:tldr:0c7b0 arp-scan: Scan an IP network with a custom bitmask.
    $ arp-scan ${192-168-1-1}/${24}
    try on your machine
    explain this command
  • arp-scan:tldr:63eca arp-scan: Scan the current local network.
    $ arp-scan --localnet
    try on your machine
    explain this command
  • arp-scan:tldr:80682 arp-scan: Scan an IP network with a custom net mask.
    $ arp-scan ${10-0-0-0}:${255-255-255-0}
    try on your machine
    explain this command
  • arp-scan:tldr:84532 arp-scan: Scan an IP network within a custom range.
    $ arp-scan ${127-0-0-0}-${127-0-0-31}
    try on your machine
    explain this command
tool overview