Skip to content

v1.0.0 — Rust Rewrite

Choose a tag to compare

@yxpil yxpil released this 16 Jun 11:54

Rust 重写版本 🦀

SSH ASCII Art 蜜罐 — 接受所有 SSH 连接,以 30 FPS 播放 Bad Apple ASCII 动画。

新特性

  • Rust 重写: russh (SSH) + axum (Web) + reqwest (IP 查询)
  • Web 仪表盘: 端口 763,ECharts 统计图表
  • IP 归属地: 自动查询攻击者国家
  • 守护进程: 崩溃自动重启(最多 10 次)
  • 跨平台: macOS ARM / Linux x64 / Windows x64
  • 双帧格式: 自动检测 ---FRAME_SEPARATOR--- / === FRAME NNNNN ===

二进制下载

文件 平台
fakesshplay macOS (Apple Silicon)
fakesshplay-linux Linux (x86_64)
fakesshplay.exe Windows (x86_64)

运行

# 生成密钥
ssh-keygen -t rsa -f host_rsa.key -N ''
# 启动 (需 root 权限绑定 22 端口)
sudo ./fakesshplay

⚠️ 仅供安全研究和教育用途。