# 使用 Homebrew, apt, dnf, Nix, pacman 安装 sslsplit

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

## 安装

```sh
sudo av install brew:sslsplit
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install sslsplit
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install sslsplit
```

  证据: Debian stable package indexes: sslsplit from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install sslsplit
```

  证据: Fedora Rawhide package metadata: sslsplit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#sslsplit
```

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

- pacman (92%):

```sh
sudo pacman -S sslsplit
```

  证据: Arch Linux sync databases: sslsplit from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:sslsplit
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/sslsplit>
- **版本:** 0.5.5
- **来源摘要:** Man-in-the-middle attacks against SSL encrypted network connections
- **主页:** <https://www.roe.ch/SSLsplit>
- **仓库:** <https://github.com/droe/sslsplit>
- **上游文档:** <https://www.roe.ch/SSLsplit>
- **许可证:** BSD-2-Clause
- **源码归档:** <https://github.com/droe/sslsplit/archive/refs/tags/0.5.5.tar.gz>
- **最后更新:** 2026-07-13T17:31:48+09:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- sslsplit (cli)
- sslsplit (别名)

## 依赖

- libevent
- libnet
- libpcap
- openssl@3

## 构建依赖

- check
- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.5.5
- 管理器更新时间: 2026-07-13
- 本地数据: OK
- 上游仓库: https://github.com/droe/sslsplit
- 检测到的最新版本: 0.5.5 (当前)
## 项目历史与用法

SSLsplit is a transparent SSL/TLS interception tool for network forensics, application security analysis, and penetration testing. It is packaged because it combines low-level NAT integration, forged-certificate TLS interception, and forensic logging in a single Unix-style command.

### 项目历史

The official project page says SSLsplit is developed by Daniel Roethlisberger and contributors and was first publicly released as 0.4.2 in 2012. Its README says it was inspired by Claes M. Nyberg's mitm-ssl and Moxie Marlinspike's sslsniff, while sharing no source code with them.

SSLsplit is designed to transparently terminate NAT-redirected connections, create a new SSL/TLS connection to the original destination, and log transmitted data. Over time it added defenses against mechanisms that complicate interception, including OCSP handling, HSTS and HPKP header mangling, Expect-CT suppression, and prevention of protocol upgrades such as QUIC, SPDY, HTTP/2, and WebSockets.

### 采用历史

The official project page lists package or port availability across FreeBSD, OpenBSD, NetBSD, DragonFly BSD, Homebrew, Arch Linux, Debian, Ubuntu, Gentoo, Fedora/RHEL/CentOS, openSUSE, Mageia, BlackArch, Kali Linux, and related security distributions or appliances. The supplied package metadata also shows Homebrew, Debian, Fedora, Nix, Arch, and Ubuntu packaging.

Its packaging footprint follows from its role in labs and security distributions: users need a reproducible build of a sensitive interception tool with OpenSSL, libevent, libpcap, libnet, NAT engine support, and platform-specific behavior aligned.

### 使用方式

Typical usage requires redirecting traffic with a platform NAT engine, then running sslsplit with proxy specifications such as http, https, tcp, ssl, or autossl, CA certificate/key material, and logging destinations. The tool can write connection logs, content logs, PCAP output, mirrored packets, generated certificates, master secrets, and local process information.

Supported NAT mechanisms in official documentation include FreeBSD pf rdr and divert-to, ipfw fwd, ipfilter rdr; OpenBSD pf rdr-to and divert-to; Linux netfilter REDIRECT and TPROXY; and macOS pf rdr and ipfw fwd.

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

SSLsplit is package-nerd significant because it is deeply coupled to OS networking facilities. A useful package is not only the binary; it is the right combination of OpenSSL compatibility, NAT-engine support, privilege behavior, man pages, sample configuration, and logging defaults.

It also belongs to the family of security tools whose value is inseparable from ethical context. Distributions package it for legitimate forensics, testing, and education, but its capability is explicitly man-in-the-middle interception.

### 时间线

- 2012: SSLsplit 0.4.2 was the first public release.
- 2013: Version 0.4.7 filtered HPKP headers and added HTTP status and content length to connection logs.
- 2014: Versions 0.4.8 through 0.4.10 improved pf support on macOS, added protocol forcing options, and added separate file logging with process information.
- 2016: Version 0.5.0 added generic STARTTLS support through the autossl proxy specification and introduced privilege separation.
- 2018: Version 0.5.4 added PCAP and packet-mirroring content log modes and the sslsplit.conf manual page.
- 2019: Version 0.5.5 fixed packaging and install-path behavior, including SYSCONFDIR-controlled installation of sample config files.

### Related projects

- Official README names mitm-ssl and sslsniff as inspirations.
- Related operational tools include OpenSSL, libevent, libpcap, libnet, platform NAT engines, Wireshark via PCAP or SSLKEYLOGFILE-style outputs, and security distributions such as Kali and BlackArch.

### 来源

- <https://github.com/droe/sslsplit#readme>
- <https://github.com/droe/sslsplit/blob/master/NEWS.md>
- <https://www.roe.ch/SSLsplit>
- input source_facts.package-manager


## 安全说明

broad file, network, media, or database tool signal. escape, surveillance, or offensive capability signal.

- **Geiger 风险:** red / 中
- broad file, network, media, or database tool signal
- escape, surveillance, or offensive capability signal

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** sslsplit
- **Version Scheme:** 0
- **Revision:** 2
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - sslsplit - 0.5.5-2.1+b1: normalized package name match | Debian stable package indexes: sslsplit from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | transparent and scalable SSL/TLS interception | http://www.roe.ch/SSLsplit
- Nix - sslsplit: normalized package name match | nixpkgs package indexes: pkgs/by-name/ss/sslsplit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - sslsplit - 0.5.5-2.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: sslsplit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | transparent and scalable SSL/TLS interception | http://www.roe.ch/SSLsplit
- dnf - sslsplit - 0.5.5-22.fc45: normalized package name match | Fedora Rawhide package metadata: sslsplit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Transparent and scalable SSL/TLS interception | http://www.roe.ch/SSLsplit
- pacman - sslsplit - 0.5.5-3: normalized package name match | Arch Linux sync databases: sslsplit from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Tool for man-in-the-middle attacks against SSL/TLS encrypted network connections | https://www.roe.ch/SSLsplit


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/zh-hans/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@3](https://pkg.so/zh-hans/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [libevent](https://pkg.so/zh-hans/brew/libevent/) - Runtime dependency declared by Homebrew.
- [libpcap](https://pkg.so/zh-hans/brew/libpcap/) - Runtime dependency declared by Homebrew.
- [libnet](https://pkg.so/zh-hans/brew/libnet/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [check](https://pkg.so/zh-hans/brew/check/) - Build dependency declared by Homebrew.
- [libressl](https://pkg.so/zh-hans/brew/libressl/) - Shares pkgdb curated category or tags: cli, security, ssl, tls.
- [sslscan](https://pkg.so/zh-hans/brew/sslscan/) - Shares pkgdb curated category or tags: cli, security, ssl, tls.
- [ssllabs-scan](https://pkg.so/zh-hans/brew/ssllabs-scan/) - Shares pkgdb curated category or tags: cli, security, ssl, tls.
- [nss](https://pkg.so/zh-hans/brew/nss/) - Shares pkgdb curated category or tags: cli, security, tls.
- [certgraph](https://pkg.so/zh-hans/brew/certgraph/) - Shares pkgdb curated category or tags: cli, security, tls.
- [gnutls](https://pkg.so/zh-hans/brew/gnutls/) - Shares pkgdb curated category or tags: cli, security, ssl, tls.
- [mbedtls](https://pkg.so/zh-hans/brew/mbedtls/) - Shares pkgdb curated category or tags: cli, security, ssl, tls.
- [ssldump](https://pkg.so/zh-hans/brew/ssldump/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, libnet, libpcap, network, openssl.

## Combined YAML source

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


## 来源

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