pkg.soopen package index

brew / 順位 1903

testssl を Homebrew, dnf, MacPorts, Nix, apt, pacman, zypper でインストール

testssl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install testssl

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install testssl

MacPorts ports tree · security/testssl/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install testssl

Fedora Rawhide package metadata · testssl · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#testssl

nixpkgs package indexes · pkgs/by-name/te/testssl/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install testssl.sh

Debian stable package indexes · testssl.sh · ソース: deb.debian.org

Arch Linux pacman確認済み · 92%
sudo pacman -S testssl.sh

Arch Linux sync databases · testssl.sh · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install testssl.sh

openSUSE Tumbleweed package metadata · testssl.sh · ソース: download.opensuse.org

概要

パッケージ概要

Tool which checks for the support of TLS/SSL ciphers and flaws

コマンドとエイリアス

  • testssl.sh

履歴

プロジェクトの歴史と使われ方

testssl.sh is a free Bash command-line scanner for checking TLS and SSL services on any port, including supported protocols, ciphers, certificate properties, security headers, and known cryptographic flaws.

プロジェクトの歴史

The testssl/testssl.sh repository was created in July 2014 and official GitHub releases show a long public release history, including version 2.6 in 2015, 2.8 in 2017, the 3.0 line in 2020 and 2021, and the 3.2 stable line in 2025 and 2026.

The README describes testssl.sh as a no-install-or-configuration tool: no gems, CPAN, pip, or similar runtime stack are needed, and it runs out of the box on Linux, macOS, BSD systems, WSL2, MSYS2, and Cygwin. That packaging profile helped it become a common audit utility in Unix security toolboxes.

The changelog shows the project expanding from cipher and protocol checks into broader TLS operations: STARTTLS support, JSON and CSV output, browser/client simulations, certificate and CA checks, TLS 1.3, Docker images, GHCR builds, SSL Labs-style ratings, post-quantum and newer cipher handling, and mass-testing improvements.

採用の歴史

testssl.sh's adoption pattern is visible in its official README: it lists related frontends, mass scanners, privacy checkers, Nagios and Icinga integrations, GitHub Actions, JSON processors, and a Homebrew package discussion. These are signs of a tool used both interactively by security engineers and as a building block in automated checks.

The batch input also shows broad package-manager coverage: Homebrew, Debian, Ubuntu, Fedora/dnf, MacPorts, Nix, Arch/pacman, and openSUSE/zypper. That matters because TLS scanners are often run from ephemeral audit machines, CI jobs, or administrator laptops where quick package installation is the workflow.

使われ方

The normal interactive use is testssl.sh <hostname>, which performs a default scan of a host or URI. The usage documentation also covers per-protocol cipher checks, vulnerability checks such as Heartbleed, CCS injection, POODLE, FREAK, LOGJAM, DROWN, and ROBOT-related coverage, HTTP header checks, STARTTLS protocols, MX scans, proxy use, and IPv6.

For automation, testssl.sh supports batch input with --file, machine-readable JSON and CSV output, log files, append mode, warning suppression for batch runs, and Docker execution. Those features explain why it appears in package-manager catalogs and CI/security pipelines rather than only in penetration-testing notes.

パッケージ好きにとっての重要性

testssl.sh is a package-nerd classic because it is a single command with heavy operational value: install it, point it at a host, and get a broad TLS posture report without setting up a web service or sending results to a third party.

Its Bash implementation and bundled compatibility work put it in the same mental shelf as nmap helper scripts, OpenSSL wrappers, and admin audit tools. Distribution packages make it easy to pin or update across fleets, CI runners, and responder laptops.

タイムライン

  • 2014: testssl/testssl.sh repository created on GitHub.
  • 2015: Version 2.6 released, with mass-testing file option and expanded TLS checks.
  • 2017: Version 2.8 released, adding features such as trust-chain checks, JSON and CSV logging, HTTP/2 ALPN checks, and DROWN checks.
  • 2020-2021: Version 3.0 line released, adding TLS 1.3 support, better JSON output, Docker support, STARTTLS improvements, and more robustness.
  • 2025: Version 3.2.0 released as a stable line.
  • 2026: Version 3.2.3 marked latest in official GitHub releases, with 3.3 development snapshots also published.

Related projects

  • OpenSSL, LibreSSL, STARTTLS services, SSL Labs-style ratings, Docker and GHCR images, Nagios and Icinga checks, GitHub Actions, mass-scanning wrappers, and TLS vulnerability test suites.

セキュリティ状態

保護ツール対応はまだ見つかっていません

testssl に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
testssl.sh実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版3.2.4
マネージャ更新日2026-07-12
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:testssl
バージョン3.2.4
パッケージマネージャHomebrew
ホームページhttps://testssl.sh/
リポジトリhttps://github.com/testssl/testssl.sh
最終更新2026-07-12T21:25:00Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

testssl

nix profile install nixpkgs#testssl
  • normalized package name match
  • 一致条件: Testssl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/te/testssl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

testssl 3.2.3-3.fc45

Testing TLS/SSL encryption

https://testssl.sh/

sudo dnf install testssl
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: testssl
  • 14 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Testssl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: testssl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
MacPorts95%

testssl

sudo port install testssl
  • normalized package name match
  • 一致条件: Testssl
MacPorts ports tree · api.github.com · MacPorts ports tree: security/testssl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

testssl.sh 3.2.1+dfsg-1

Command line tool to check TLS/SSL ciphers, protocols and cryptographic flaws

https://testssl.sh/

sudo apt install testssl.sh
  • Section: utils
  • Architecture: all
  • 4 依存関係
  • 1 任意依存関係
  • installed executable or alias match
  • 一致条件: Testssl Sh
Debian stable package indexes · deb.debian.org · Debian stable package indexes: testssl.sh from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

testssl.sh 3.2~rc3+dfsg-1

Command line tool to check TLS/SSL ciphers, protocols and cryptographic flaws

https://testssl.sh/

sudo apt install testssl.sh
  • Section: universe/utils
  • Architecture: all
  • 4 依存関係
  • 1 任意依存関係
  • installed executable or alias match
  • 一致条件: Testssl Sh
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: testssl.sh from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman92%

testssl.sh 3.2.4-1

Testing TLS/SSL encryption

https://github.com/testssl/testssl.sh

sudo pacman -S testssl.sh
  • License: GPL-2.0-only
  • Architecture: any
  • 6 依存関係
  • installed executable or alias match
  • 一致条件: Testssl Sh
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: testssl.sh from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

testssl.sh 3.2.4-1.1

Testing TLS/SSL Encryption Anywhere On Any Port

https://testssl.sh

sudo zypper install testssl.sh
  • License: GPL-2.0-or-later
  • Category: Productivity/Networking/Security
  • Architecture: noarch
  • Source Package: testssl.sh
  • 4 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Testssl Sh
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: testssl.sh from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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