macOS
brew install sslscanlocal Homebrew formula metadata
sudo port install sslscanMacPorts ports tree · net/sslscan/Portfile · ソース: api.github.com
brew
sslscan のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sslscanlocal Homebrew formula metadata
sudo port install sslscanMacPorts ports tree · net/sslscan/Portfile · ソース: api.github.com
sudo apk add sslscanAlpine Linux edge package indexes · sslscan · ソース: dl-cdn.alpinelinux.org
sudo apt install sslscanDebian stable package indexes · sslscan · ソース: deb.debian.org
sudo dnf install sslscanFedora Rawhide package metadata · sslscan · ソース: dl.fedoraproject.org
nix profile install nixpkgs#sslscannixpkgs package indexes · sslscan · ソース: raw.githubusercontent.com
sudo pacman -S sslscanArch Linux sync databases · sslscan · ソース: geo.mirror.pkgbuild.com
sudo zypper install sslscanopenSUSE Tumbleweed package metadata · sslscan · ソース: download.opensuse.org
scoop install main/sslscanScoop official bucket manifest trees · bucket/sslscan.json · ソース: api.github.com
概要
Test SSL/TLS enabled services to discover supported cipher suites
履歴
sslscan is a command-line SSL/TLS scanner used to enumerate protocol support, cipher suites, certificates, key exchange groups, and related server properties. It is a package-manager staple because it gives admins and security testers a fast local check without relying on a hosted assessment service.
The current rbsec README identifies the project as a fork of ioerror's sslscan, which itself was a fork of Ian Ventura-Whiting's original sslscan.c and was influenced by OpenSSL s_client setup code. The rbsec fork added extensive highlighting and checks for weak protocol and cipher behavior, certificate issues, IPv6, STARTTLS modes, Heartbleed, RDP, PostgreSQL, MySQL, and other protocol contexts.
Version 2 was a major rewrite of the backend scanning code. The README says this made sslscan less dependent on the OpenSSL version for many checks, allowing support for legacy protocols such as SSLv2 and SSLv3 and newer TLS 1.3 behavior regardless of the OpenSSL version used for compilation.
The supplied package metadata shows sslscan across apk, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, and openSUSE. That breadth reflects its role as a common local TLS triage tool in Unix and cross-platform security toolboxes.
The changelog records a long stream of packaging-relevant changes: static OpenSSL builds, OS X and Windows support, OpenBSD fixes, Docker builds, XML output changes, and build-system work. Those details matter to distributors because TLS scanner behavior can change when the linked OpenSSL version changes.
Typical usage is to point sslscan at a host or target list and inspect supported protocols, cipher suites, certificate metadata, weak keys, compression, STARTTLS support, XML output, and optional checks. Users often install it through a package manager when they need quick TLS visibility from the machine they are on.
Version 2's static-build guidance is important operationally: upstream recommends ignoring the system OpenSSL and statically building against a chosen OpenSSL for additional checks and predictable behavior.
sslscan is interesting to package nerds because the package is not just a wrapper around OpenSSL; the exact build strategy influences what the scanner can see. Static versus system OpenSSL linking, minimum OpenSSL versions, and legacy protocol support are part of the package's user-visible behavior.
It is also a canonical example of security tooling that survived through forks: original utility, ioerror fork, rbsec-maintained fork, and then a version 2 rewrite to keep up with TLS 1.3 and post-quantum group reporting.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sslscan | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/rbsec/sslscan
インストールメタデータ
| パッケージキー | brew:sslscan |
|---|---|
| バージョン | 2.2.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/sslscan |
| ホームページ | https://github.com/rbsec/sslscan |
| リポジトリ | https://github.com/rbsec/sslscan |
| 上流ドキュメント | https://github.com/rbsec/sslscan#readme |
| ライセンス | GPL-3.0-or-later WITH cryptsetup-OpenSSL-exception |
| ソースアーカイブ | https://github.com/rbsec/sslscan/archive/refs/tags/2.2.2.tar.gz |
| 最終更新 | 2026-05-12T11:16:46-04:00 |
| Pulse | updated |
| 依存関係 | openssl@3 |
| 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 | sslscan |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
sslscan 2.1.5-1
Tests SSL/TLS enabled services to discover supported cipher suites
https://github.com/rbsec/sslscan
sudo apt install sslscansslscan
nix profile install nixpkgs#sslscansslscan 2.1.2-0.1build2
Tests SSL/TLS enabled services to discover supported cipher suites
https://github.com/rbsec/sslscan
sudo apt install sslscansslscan 2.2.2-r0
fast SSL/TLS configuration scanner
https://github.com/rbsec/sslscan
sudo apk add sslscansslscan-doc 2.2.2-r0
fast SSL/TLS configuration scanner (documentation)
https://github.com/rbsec/sslscan
sudo apk add sslscan-docsslscan 2.2.2-1.fc45
Security assessment tool for SSL/TLS
https://github.com/rbsec/sslscan/
sudo dnf install sslscansslscan 2.2.2-1
Fast tool to scan SSL services such as HTTPS to determine supported ciphers
https://github.com/rbsec/sslscan
sudo pacman -S sslscansslscan 2.2.2-1.1
SSL cipher scanning tool
https://github.com/rbsec/sslscan
sudo zypper install sslscansslscan
sudo port install sslscanmain/sslscan
scoop install main/sslscanソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.