🍺 BREW Explorer

← all formulae

arp-scan-rs

brew install arp-scan-rs v0.15.1 AGPL-3.0-or-later

ARP scan tool written in Rust for fast local network scans

15
30-day installs · #7480
37
90-day · #8125
325
365-day · #6124
162
★ GitHub stars · updated 9mo ago

Build dependencies

GitHub topics

arp network networking rust scanner scans security-tools

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [
    "arp-scan"
  ],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "ARP scan tool written in Rust for fast local network scans",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:32+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "arp-scan-rs",
  "github_default_branch": "master",
  "github_last_commit_at": "2025-11-18T15:24:05Z",
  "github_readme_excerpt": "# ARP scanner CLI\n\n[![Build Status](https://kongbytes.semaphoreci.com/badges/arp-scan-rs/branches/master.svg?style=shields)](https://kongbytes.semaphoreci.com/projects/arp-scan-rs)\n[![dependency status](https://deps.rs/repo/github/kongbytes/arp-scan-rs/status.svg)](https://deps.rs/repo/github/kongbytes/arp-scan-rs)\n![crates.io](https://img.shields.io/crates/v/arp-scan.svg)\n\nFind all hosts in your local network using this fast ARP scanner. The CLI is written in Rust and provides a minimal scanner that finds all hosts using the ARP protocol. Inspired by the awesome [arp-scan project](https://github.com/royhills/arp-scan).\n\n\u2714 Minimal Rust binary \u0026 fast ARP scans\n\n\u2714 Scan customization (ARP, timings, interface, DNS, ...)\n\n\u2714 MAC vendor search\n\n\u2714 JSON, YAML \u0026 CSV exports\n\n\u2714 Pre-defined scan profiles (default, fast, stealth \u0026 chaos)\n\n## Examples\n\nStart by listing all network interfaces on the host.\n\n```bash\n# List all network interfaces\n$ arp-scan -l\n\nlo                   \u2714 UP      00:00:00:00:00:00    127.0.0.1/8\nenp3s0f0             \u2714 UP      4f:6e:cd:78:bb:5a    \nenp4s0               \u2716 DOWN    d0:c5:e9:40:00:4a    \nwlp1s0               \u2714 UP      d2:71:d8:29:a8:72    192.168.1.21/24\ndocker0              \u2714 UP      49:fd:cd:60:73:77    172.17.0.1/16\nbr-fa6dc54a91ee      \u2714 UP      61:ab:c1:a7:50:79    172.18.0.1/16\n\nFound 6 network interfaces, 5 seems up for ARP scan\nDefault network interface will be wlp1s0\n\n```\n\nPerform a default ARP scan on the local network with safe defaults.\n\n```bash\n# Perform a scan on the default network interface\n$ arp-scan\n\nSelected interface wlp1s0 with IP 192.168.1.21/24\nEstimated scan time 2068ms (10752 bytes, 14000 bytes/s)\nSending 256 ARP requests (waiting at least 800ms, 0ms request interval)\n\n| IPv4            | MAC               | Hostname     | Vendor       |\n|-----------------|-------------------|--------------|--------------|\n| 192.168.1.1     | 91:10:fb:30:06:04 | router.home  | Vendor, Inc. |\n| 192.168.1.11    | 45:2e:99:bc:22:b6 | host",
  "github_repo": "kongbytes/arp-scan-rs",
  "github_stars": 162,
  "github_topics": [
    "arp",
    "network",
    "networking",
    "rust",
    "scanner",
    "scans",
    "security-tools"
  ],
  "homepage": "https://github.com/kongbytes/arp-scan-rs",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 15,
  "installs_365d": 325,
  "installs_90d": 37,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "AGPL-3.0-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "arp-scan-rs",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 7480,
  "rank_365d": 6124,
  "rank_90d": 8125,
  "raw_hash": "0dac69a0d5f55143",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/arp-scan-rs.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.15.1",
  "versioned_formulae": [],
  "why_use_this": null
}