macOS
brew install endlesshlocal Homebrew formula metadata
安装
brew install endlesshlocal Homebrew formula metadata
sudo apk add endlesshAlpine Linux edge package indexes · endlessh · 来源: dl-cdn.alpinelinux.org
sudo apt install endlesshDebian stable package indexes · endlessh · 来源: deb.debian.org
sudo dnf install endlesshFedora Rawhide package metadata · endlessh · 来源: dl.fedoraproject.org
nix profile install nixpkgs#endlesshnixpkgs package indexes · pkgs/by-name/en/endlessh/package.nix · 来源: api.github.com
概览
SSH tarpit that slowly sends an endless banner
历史
Endlessh is an SSH tarpit: it accepts SSH connections and slowly sends an endless, random pre-authentication banner so automated clients remain tied up for a long time. Its purpose is to move the real SSH daemon elsewhere and let noisy scanners waste time on port 22.
The author introduced Endlessh publicly in March 2019 as a small C program that exploits the SSH identification-banner phase before cryptographic negotiation. Because the tarpit happens before key exchange, the README notes that Endlessh needs no cryptographic libraries.
The implementation was intentionally simple and portable: a single-threaded C server using `poll()` to handle many delayed clients. The project blog describes this as a resource-minimizing design, trading maximum platform-specific efficiency for low memory use and broad Unix portability.
Endlessh became a recognizable defensive toy-tool because it addresses a universal server-owner annoyance: constant automated SSH probing. The launch article notes discussion on Hacker News and Reddit and describes real deployments with many trapped clients.
Its adoption niche is operational rather than cryptographic. Users generally run it on the public SSH port, move real SSH to another port, and tune delay, banner length, client limit, logging, and bind family through command-line flags or `/etc/endlessh/config`.
The default command listens on port 2222, with a 10-second delay between banner lines and a default maximum of 4096 clients. The README and man page document flags for IPv4 or IPv6 binding, delay, config file, max line length, max clients, port, syslog, and verbosity.
A sample configuration file uses OpenSSH-like syntax with `Port`, `Delay`, `MaxLineLength`, `MaxClients`, `LogLevel`, and `BindFamily`. Signals are also part of normal operation: SIGTERM shuts down cleanly, SIGHUP reloads configuration, and SIGUSR1 prints connection statistics.
Endlessh is package-nerd significant because it is tiny, dependency-light security plumbing with a clear daemon shape. It is easy to package, easy to supervise, and easy to understand from its man page, yet it changes the economics of commodity SSH scanning.
It is also a good example of a Unix package whose README is effectively the operational model: one binary, one config file, no keys, no crypto, and behavior controlled by conventional flags and signals.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
/etc/endlessh/config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
endlessh | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/skeeto/endlessh
安装元数据
| 软件包键 | brew:endlessh |
|---|---|
| 版本 | 1.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/endlessh |
| 主页 | https://github.com/skeeto/endlessh |
| 仓库 | https://github.com/skeeto/endlessh |
| 上游文档 | https://github.com/skeeto/endlessh#readme |
| 许可证 | Unlicense |
| 源码归档 | https://github.com/skeeto/endlessh/archive/refs/tags/1.1.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | endlessh |
| 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 软件包链接分开显示。
endlessh 1.1-5.1
SSH tarpit that slowly sends an endless connection banner
https://github.com/skeeto/endlessh
sudo apt install endlesshendlessh
nix profile install nixpkgs#endlesshendlessh 1.1-5
SSH tarpit that slowly sends an endless connection banner
https://github.com/skeeto/endlessh
sudo apt install endlesshendlessh 1.1-r2
SSH tarpit that very slowly sends an endless, random SSH banner
https://github.com/skeeto/endlessh
sudo apk add endlesshendlessh-doc 1.1-r2
SSH tarpit that very slowly sends an endless, random SSH banner (documentation)
https://github.com/skeeto/endlessh
sudo apk add endlessh-docendlessh 1.1-16.fc44
SSH tarpit that slowly sends an endless banner
https://github.com/skeeto/endlessh
sudo dnf install endlessh来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.