Files
suanli-juzhen/04_暴力破解/scripts/requirements.txt
卡若 048cc32afc 🎯 初始提交:分布式算力矩阵 v1.0
- 6 大模块:扫描/账号管理/节点部署/暴力破解/算力调度/监控运维
- SKILL 总控 + 子模块 SKILL
- 排除大文件(>5MB)与敏感凭证

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 22:46:54 +08:00

5 lines
188 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SSH暴力破解模块依赖
asyncssh>=2.14.0 # 异步SSH客户端首选引擎
paramiko>=3.4.0 # SSH客户端备选引擎
aiofiles>=23.2.0 # 异步文件IO