macOS
brew install arpinglocal Homebrew formula metadata
sudo port install arpingMacPorts ports tree · net/arping/Portfile · ソース: api.github.com
brew
arping のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install arpinglocal Homebrew formula metadata
sudo port install arpingMacPorts ports tree · net/arping/Portfile · ソース: api.github.com
sudo apk add arpingAlpine Linux edge package indexes · arping · ソース: dl-cdn.alpinelinux.org
sudo apt install arpingDebian stable package indexes · arping · ソース: deb.debian.org
nix profile install nixpkgs#arpingnixpkgs package indexes · pkgs/by-name/ar/arping/package.nix · ソース: api.github.com
概要
Utility to check whether MAC addresses are already taken on a LAN
履歴
ARP Ping, usually packaged as `arping`, is Thomas Habets' LAN diagnostic utility for sending ARP and ICMP-style pings to hosts. It is aimed at discovering whether an IPv4 address is already taken, mapping IPs and MACs, and diagnosing local-link problems where ordinary `ping` is not enough.
The current upstream repository's default branch is `arping-2.x`, while an `arping-1.x` branch remains visible. The README explains that Arping 1.x was finally removed from the Arping 2.x tarball in 2.09, leaving older 2.08-and-earlier packages as the path for libnet 1.0.x users.
The manual page is dated June 21, 2003 and documents the classic behavior: send ARP requests for IP targets, directed broadcast ICMP echo requests for MAC targets, and print replies. The current build metadata identifies version 2.29 and requires libnet 1.1 or newer plus libpcap, with optional Linux privilege-dropping support through libcap/seccomp-related checks.
arping's adoption comes from a small but persistent network-admin niche: it answers questions that IP `ping` cannot answer, especially before assigning an address, on networks where ICMP is filtered, or when a MAC address is known but the IP address is not.
The supplied package facts show it in Homebrew, Debian, Ubuntu, MacPorts, Nix, apk, and other Unix-like package collections. That breadth is typical for compact diagnostic tools whose behavior is simple, scriptable, and useful during installation, DHCP, address-conflict, and appliance-discovery work.
The README's core example is checking whether an address is taken on a LAN before using it. The manpage documents `-c` for counts, `-i` for interface selection, `-d` for duplicate replies, raw output modes, broadcast/source-address options, unsolicited ARP with `-U`, VLAN tagging, and seccomp toggles.
Unlike `arp-scan`, which sweeps ranges, Thomas Habets' arping is centered on targeted ARP/MAC/IP probes. It can ping by IP to get a MAC, ping by MAC to get an IP when hosts respond to broadcast pings, and send unsolicited ARP to update neighbors' ARP caches.
arping is a classic example of a tiny network utility with a complicated name space: several unrelated projects and operating systems have shipped commands named `arping`. This package's identity is the Thomas Habets implementation, so the official GitHub repo and README are important disambiguators.
Its dependency split also matters to packagers: Arping 2.x requires libnet 1.1+, while the older 1.x line existed for libnet 1.0.x users.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
arping | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/ThomasHabets/arping
インストールメタデータ
| パッケージキー | brew:arping |
|---|---|
| バージョン | 2.29 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/arping |
| ホームページ | https://github.com/ThomasHabets/arping |
| リポジトリ | https://github.com/ThomasHabets/arping |
| 上流ドキュメント | https://github.com/ThomasHabets/arping#readme |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://github.com/ThomasHabets/arping/archive/refs/tags/arping-2.29.tar.gz |
| 最終更新 | 2026-06-28T17:40:20Z |
| Pulse | updated |
| 依存関係 | libnet |
| ビルド依存関係 | autoconf, automake |
| macOS 提供ライブラリ | libpcap |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | arping |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
arping 2.25-1
sends IP and/or ARP pings (to the MAC address)
https://www.habets.pp.se/synscan/programs.php?prog=arping
sudo apt install arpingarping
nix profile install nixpkgs#arpingarping 2.24-1build2
sends IP and/or ARP pings (to the MAC address)
https://www.habets.pp.se/synscan/programs.php?prog=arping
sudo apt install arpingarping 2.28-r0
An ARP ping utility
https://www.habets.pp.se/synscan/programs_arping.html
sudo apk add arpingarping-doc 2.28-r0
An ARP ping utility (documentation)
https://www.habets.pp.se/synscan/programs_arping.html
sudo apk add arping-docarping
sudo port install arpingソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.