← 返回 Skills 市场
180
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rsa-ctf-skills
功能描述
集成11种RSA攻击算法的CTF解题工具,支持factordb在线分解;当用户需要解密RSA密文、分解n模数、分析CTF密码学题目或实现特定RSA攻击场景时使用
安全使用建议
What to check before installing/running: 1) Inspect SKILL.md for the flagged base64/encoded block — ensure it is just documentation and not an instruction to leak secrets or execute hidden code. 2) Review scripts/rsa_solver.py locally (it’s included) — the only network request is to https://factordb.com/api?query=<n>, which matches the tool’s described behavior. 3) Note there are small code issues (duplicate/truncated function definitions visible in the bundled file); run the script in a sandbox or container first, not on a sensitive host. 4) Do not provide private keys or other secrets to the tool unless you trust the source and you run it in a controlled environment. 5) If you need autonomous use by an agent, prefer enabling it only after the above checks; consider running the script manually until you are confident in its integrity.
功能分析
Type: OpenClaw Skill
Name: rsa-ctf-skills
Version: 1.0.0
The skill bundle is a specialized toolkit for solving RSA-related cryptography challenges in CTF competitions. It implements 11 standard RSA attack algorithms (e.g., Wiener, CRT, Rabin) in 'scripts/rsa_solver.py' and includes a legitimate integration with the 'factordb.com' API to factorize large integers. There is no evidence of malicious intent, data exfiltration, or prompt injection; the network activity is documented and essential to the tool's stated purpose.
能力评估
Purpose & Capability
Name/description, SKILL.md, references, and scripts/rsa_solver.py all describe and implement RSA CTF attacks (factor, small_e, wiener, common_modulus, etc.). Requested dependencies (gmpy2, sympy, requests) are reasonable for big-integer math and the factordb call. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions tell the agent to run scripts/rsa_solver.py and consult references/attack-guides.md — this stays within the stated RSA/CTF scope. However the static pre-scan flagged a 'base64-block' prompt-injection pattern inside SKILL.md; the markdown and examples otherwise do not request unrelated system files or secrets. Review SKILL.md for any embedded or obfuscated payloads before enabling autonomous runs.
Install Mechanism
No install spec (instruction-only) — lowest install risk. The skill ships a Python script that will be executed when used; nothing is downloaded from unknown URLs or written system-wide during installation.
Credentials
No environment variables, credentials, or config paths are requested. The only external access is network calls to factordb.com via the requests library, which is consistent with the described 'factor' capability.
Persistence & Privilege
always is false (default). The skill is user-invocable and can be autonomously invoked (platform default) but it does not request permanent presence or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rsa-ctf-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/rsa-ctf-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – Integrated CTF tool for 11 RSA attacks
- Supports 11 common RSA attack algorithms and factordb online factorization.
- Provides a unified command-line interface for selecting and executing attacks based on user input.
- Includes clear attack scenario mapping and quick reference tables.
- Offers detailed usage examples and troubleshooting Q&A.
- Requires Python with gmpy2 (≥2.1.0), sympy (≥1.10.0), requests (≥2.28.0).
元数据
常见问题
rsa-ctf-skills 是什么?
集成11种RSA攻击算法的CTF解题工具,支持factordb在线分解;当用户需要解密RSA密文、分解n模数、分析CTF密码学题目或实现特定RSA攻击场景时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。
如何安装 rsa-ctf-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rsa-ctf-skills」即可一键安装,无需额外配置。
rsa-ctf-skills 是免费的吗?
是的,rsa-ctf-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
rsa-ctf-skills 支持哪些平台?
rsa-ctf-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 rsa-ctf-skills?
由 末心(@moxin1044)开发并维护,当前版本 v1.0.0。
推荐 Skills