Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, zypper, apt, pacman 安装 knock

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install knock

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install knock

MacPorts ports tree · net/knock/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add knock

Alpine Linux edge package indexes · knock · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install knock

Fedora Rawhide package metadata · knock · 来源: dl.fedoraproject.org

openSUSE zypper已验证 · 92%
sudo zypper install knock

openSUSE Tumbleweed package metadata · knock · 来源: download.opensuse.org

Debian apt已验证 · 92%
sudo apt install knockd

Debian stable package indexes · knockd · 来源: deb.debian.org

Arch Linux pacman已验证 · 92%
sudo pacman -S knockd

Arch Linux sync databases · knockd · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Port-knock server

命令和别名

  • knock
  • knock_helper_ipt.sh
  • knockd

历史

项目历史与用法

knock is Judd Vinet's port-knocking server and client. It watches network traffic with libpcap for a configured sequence of port hits and runs commands, commonly firewall changes, when the sequence matches.

项目历史

The README carries a 2004 copyright notice and describes the core design that still defines the package: closed ports can receive a secret sequence because knockd sniffs link-layer traffic rather than listening on those ports. The bundled ChangeLog lists 0.1 as the initial release and shows later work adding TCP flag handling, reload behavior, timeouts, kernel-space BPF filtering, one-time sequences, interface selection, and IPv6 support.

Version 0.8 was published on 2021-04-24 with multiple fixes and IPv6 support. The GitHub repository retained a small C codebase, an example `knockd.conf`, and manpage documentation rather than growing into a larger access-control framework.

采用历史

knock spread through Unix-like distributions because it solved a specific sysadmin problem with a small daemon and client. Package names vary between `knock`, `knockd`, and distribution-specific formula names, but the underlying model stayed close to the original README example: a knock sequence opens SSH, and another sequence closes it.

使用方式

A server runs `knockd` with a configuration file such as `/etc/knockd.conf`; a client runs `knock` to send TCP or UDP packets to the configured sequence. Commands usually add or remove firewall rules, so the tool is operationally simple but security-sensitive: the sequence should be treated like a shared secret and firewall commands must be written carefully.

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

knock is a memorable package because it embodies a whole security pattern in a tiny Unix daemon. It is also a reminder of the early-2000s sysadmin style: libpcap, iptables commands, config files, and a tiny client were enough to make a practical layer around SSH exposure.

时间线

  • 2004: README copyright identifies Judd Vinet's original project era.
  • 0.1: ChangeLog records the initial release.
  • 0.3: ChangeLog added PPP support, command timeout directives, SIGHUP config reloads, and per-port protocols.
  • 0.5: ChangeLog added one-time sequences, interface selection, BPF filtering, and security fixes.
  • 0.7: ChangeLog documented the target directive and consolidated OS-specific networking code.
  • 2021-04-24: v0.8 release published with fixes and IPv6 support.

Related projects

  • knock is related to other port-knocking and single-packet-authorization tools, firewall managers such as iptables, packet crafting tools such as sendip, and SSH hardening workflows.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:server

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/knockd.conf

可执行文件

已安装的可执行文件

命令类型暴露范围备注
knockcli全局可执行文件
knock_helper_ipt.shcli全局可执行文件
knockdcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.8
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/jvinet/knock

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息No cached GitHub release or tag data was available.https://github.com/jvinet/knocknone 置信度

安装元数据

软件包元数据

软件包键brew:knock
版本0.8
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/knock
主页https://github.com/jvinet/knock
仓库https://github.com/jvinet/knock
上游文档https://github.com/jvinet/knock#readme
许可证GPL-2.0-or-later
源码归档https://github.com/jvinet/knock/releases/download/v0.8/knock-0.8.tar.gz
macOS 提供的库libpcap
Bottle可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

apk95%

knock 0.8.2-r2

A simple port-knocking daemon

https://github.com/TDFKAOlli/knock

sudo apk add knock
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: knock
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Knock
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: knock from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

knock-doc 0.8.2-r2

A simple port-knocking daemon (documentation)

https://github.com/TDFKAOlli/knock

sudo apk add knock-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: knock
  • normalized package name match
  • 匹配方式:Knock
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: knock-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

knock-openrc 0.8.2-r2

A simple port-knocking daemon (OpenRC init scripts)

https://github.com/TDFKAOlli/knock

sudo apk add knock-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: knock
  • normalized package name match
  • 匹配方式:Knock
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: knock-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

knock 0.8-13.fc44

A port-knocking server/client

http://www.zeroflux.org/projects/knock

sudo dnf install knock
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: knock
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Knock
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: knock from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

knock-server 0.8-13.fc44

A port-knocking server/client

http://www.zeroflux.org/projects/knock

sudo dnf install knock-server
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: knock
  • 6 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Knock
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: knock-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

knock 0.8-4.4

A Port-Knocking Client

http://www.zeroflux.org/knock/

sudo zypper install knock
  • License: GPL-2.0-or-later
  • Category: Productivity/Networking/Security
  • Architecture: x86_64
  • Source Package: knock
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Knock
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: knock from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

knockd 0.8-4.4

A port-knocking server

http://www.zeroflux.org/knock/

sudo zypper install knockd
  • License: GPL-2.0-or-later
  • Category: Productivity/Networking/Security
  • Architecture: x86_64
  • Source Package: knock
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Knock
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: knockd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

knock

sudo port install knock
  • normalized package name match
  • 匹配方式:Knock
MacPorts ports tree · api.github.com · MacPorts ports tree: net/knock/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

knockd 0.8-2+b6

small port-knock daemon

http://www.zeroflux.org/projects/knock

sudo apt install knockd
  • Section: net
  • Architecture: amd64
  • Source Package: knockd
  • 4 依赖
  • installed executable or alias match
  • 匹配方式:Knockd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: knockd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

knockd 0.8-2build2

small port-knock daemon

http://www.zeroflux.org/projects/knock

sudo apt install knockd
  • Section: universe/net
  • Architecture: amd64
  • 4 依赖
  • installed executable or alias match
  • 匹配方式:Knockd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: knockd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman92%

knockd 0.8-2

A simple port-knocking daemon

https://github.com/jvinet/knock

sudo pacman -S knockd
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 1 依赖
  • installed executable or alias match
  • 匹配方式:Knockd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: knockd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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