Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install socat

local Homebrew formula metadata

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

MacPorts ports tree · sysutils/socat/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add socat

Alpine Linux edge package indexes · socat · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install socat

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

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

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

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

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

Arch Linux pacman確認済み · 92%
sudo pacman -S socat

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

openSUSE zypper確認済み · 92%
sudo zypper install socat

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

概要

パッケージ概要

SOcket CAT: netcat on steroids

コマンドとエイリアス

  • filan
  • procan
  • socat
  • socat-broker.sh
  • socat-chain.sh
  • socat-mux.sh
  • socat1

履歴

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

socat is a classic Unix command-line relay for connecting two bidirectional byte streams. Its own homepage describes it as netcat++: an extended-design, new implementation command for TCP, UDP, Unix sockets, PTYs, files, SSL, proxies, raw sockets, and many other address types.

プロジェクトの歴史

The official git repository's earliest imported commit is from January 27, 2008 for socat 1.6.0.0, while the project homepage continues to publish release notes, source tarballs, checksums, documentation, and security advisories.

socat's development history is long and conservative by CLI standards: releases add transport/address families, fix portability issues, and preserve compatibility for scripts. Version 1.8.0.0 in 2023 added network namespaces, POSIX message queues, systemd inetd-style ACCEPT-FD, SOCKS5 client support, and helper scripts for chained, muxed, and brokered connections.

採用の歴史

The supplied package-manager facts show socat packaged across Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE. That breadth is consistent with its role as an administrator's network Swiss army knife, often installed as a dependency or debugging aid rather than as an end-user application.

使われ方

Official docs and homepage examples show socat relaying between address specifications such as TCP listeners, proxies, Unix sockets, PTYs, files, stdio, SSL endpoints, and command execution. Users value it because a single invocation can replace small custom relay programs or awkward shell glue.

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

Package nerds care about socat because it is one of the canonical small tools that makes Unix packaging feel powerful: install one binary and gain a laboratory for sockets, pipes, terminals, tunnels, proxies, namespaces, and service debugging. Its release notes also matter to maintainers because networking and parser bugs can be security-sensitive.

タイムライン

  • 2008: Initial imported git commit for socat 1.6.0.0.
  • 2008: 1.7.0.0 tagged in the official repository.
  • 2023: 1.8.0.0 added network namespaces, POSIX message queues, SOCKS5, and helper scripts.
  • 2024: 1.8.0.2 fixed CVE-2024-54661.
  • 2026: 1.8.1.2 fixed CVE-2026-56123 in the SOCKS5 reply parser.
  • 2026: 1.8.1.3 fixed the test for the recent SOCKS5 parser issue on platforms with non-bash default shells.

Related projects

  • socat is commonly discussed as an extended netcat-style relay, and its homepage explicitly positions it as netcat++.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
filancliグローバル実行可能ファイル
procancliグローバル実行可能ファイル
socatcliグローバル実行可能ファイル
socat-broker.shcliグローバル実行可能ファイル
socat-chain.shcliグローバル実行可能ファイル
socat-mux.shcliグローバル実行可能ファイル
socat1cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-10
マネージャ版1.8.1.3
マネージャ更新日2026-06-27
ローカルデータOK
上流not checked
検出された最新未検出

http://www.dest-unreach.org/socat/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:socat
バージョン1.8.1.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/socat
ホームページhttp://www.dest-unreach.org/socat/
リポジトリhttps://repo.or.cz/socat.git
上流ドキュメントhttp://www.dest-unreach.org/socat/doc/socat.html
ライセンスGPL-2.0-only
ソースアーカイブhttps://distfiles.alpinelinux.org/distfiles/edge/socat-1.8.1.3.tar.gz
最終更新2026-06-27T07:44:31Z
Pulseupdated
依存関係openssl@3
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesocat
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

socat 1.8.0.3-1

multipurpose relay for bidirectional data transfer

https://www.dest-unreach.org/socat/

sudo apt install socat
  • Section: net
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Socat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: socat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

socat

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

socat 1.8.0.0-4build3

multipurpose relay for bidirectional data transfer

https://www.dest-unreach.org/socat/

sudo apt install socat
  • Section: net
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Socat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: socat from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

socat 1.8.1.1-r0

Multipurpose relay for binary protocols

http://www.dest-unreach.org/socat/

sudo apk add socat
  • License: GPL-2.0-only WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: socat
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Socat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: socat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

socat-doc 1.8.1.1-r0

Multipurpose relay for binary protocols (documentation)

http://www.dest-unreach.org/socat/

sudo apk add socat-doc
  • License: GPL-2.0-only WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: socat
  • normalized package name match
  • 一致条件: Socat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: socat-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

socat-scripts 1.8.1.1-r0

Multipurpose relay for binary protocols (helper scripts)

http://www.dest-unreach.org/socat/

sudo apk add socat-scripts
  • License: GPL-2.0-only WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: socat
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Socat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: socat-scripts from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

socat 1.8.1.0-2.fc45

Bidirectional data relay between two data channels ('netcat++')

http://www.dest-unreach.org/socat/

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

socat 1.8.1.1-1

Multipurpose relay

http://www.dest-unreach.org/socat/

sudo pacman -S socat
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 5 依存関係
  • normalized package name match
  • 一致条件: Socat
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: socat from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

socat 1.8.1.1-1.2

Multipurpose relay for bidirectional data transfer

http://www.dest-unreach.org/socat/

sudo zypper install socat
  • License: MIT AND SUSE-GPL-2.0-with-openssl-exception
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: socat
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Socat
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: socat from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

socat-extra 1.8.1.1-1.2

Additional scripts for socat

http://www.dest-unreach.org/socat/

sudo zypper install socat-extra
  • License: MIT AND SUSE-GPL-2.0-with-openssl-exception
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: socat
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Socat
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: socat-extra from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

socat

sudo port install socat
  • normalized package name match
  • 一致条件: Socat
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/socat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment