# 使用 Homebrew, Nix 安装 arpoison

查看 arpoison 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:arpoison
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install arpoison
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#arpoison
```

  证据: nixpkgs package indexes: pkgs/by-name/ar/arpoison/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:arpoison
- **软件包管理器:** Homebrew
- **版本:** 0.7
- **来源摘要:** UNIX arp cache update utility
- **主页:** <http://www.arpoison.net/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- arpoison (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.7
## 项目历史与用法

arpoison is Steve Buer's small Unix ARP cache update utility. Its official site describes it tersely as a Unix ARP cache update utility and distributes a 0.7 source archive; the bundled manual page describes a command that constructs ARP request or reply packets with user-specified hardware and protocol addresses.

### 项目历史

The official upstream surface is old-school: a static homepage, a tarball, a dependency note for libnet, and contact information. The 0.7 archive includes source, a README, a Makefile, a GPL license file, and an arpoison.8 manual page dated January 2003. No official HTTP source-control repository was found on the project homepage.

arpoison belongs to the early-2000s packet-construction utility era, when small C programs built on libnet were common tools for network labs and security testing. Its source and manual are focused on one task: generating custom ARP traffic rather than providing a broader scanning, discovery, or intrusion framework.

### 采用历史

arpoison's adoption is necessarily narrow. It is useful to administrators, students, and security testers who need controlled ARP cache manipulation on a local network, but it is not a general-purpose network inventory tool or a modern maintained platform.

The package's continued value is mostly archival and practical: when a user needs a tiny utility that emits hand-crafted ARP packets, the package manager can still provide it without requiring a checkout from a live development project.

### 使用方式

The bundled README says the program sends a custom ARP reply packet with chosen hardware and protocol address information, relying on ARP's stateless behavior. The manual page documents options for interface, destination IP, source IP, target MAC, source MAC, ARP request mode, packet count, and delay between packets.

In practice, arpoison is used for controlled ARP cache updates and ARP poisoning experiments on local networks. Because it sends forged link-layer traffic, it is a privileged and security-sensitive command rather than a normal user productivity tool.

### 为什么软件包爱好者会关心

arpoison is significant mostly as a compact preservation package: one executable, one C source tree, one man page, and an official tarball. It is the sort of security utility where a package database should preserve the real upstream homepage and avoid promoting unrelated mirrors as official repositories.

Its metadata is also a reminder that old security tools often predate today's expectation of GitHub, release feeds, CI, and signed source releases. For this package, the conservative answer is source-backed history plus a null repository.

### 时间线

- 2003-01: The bundled manual page is dated January 2003.
- 0.7: The official homepage distributes arpoison-0.7.tar.gz.

### Related projects

- libnet is the packet-construction library required by the official homepage and README.
- arping and arp-scan live in the same ARP-tool neighborhood, but arpoison is specifically about crafted ARP cache update packets.

### 来源

- <http://www.arpoison.net/>
- <http://www.arpoison.net/arpoison-0.7.tar.gz>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - arpoison: normalized package name match | nixpkgs package indexes: pkgs/by-name/ar/arpoison/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/arpoison.yml](https://github.com/mxcl/pkgdb/blob/main/combined/arpoison.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
