用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MuWinds/BUUCTF_Agent --skill crypto命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | crypto |
| description | 密码学攻击技术,包括古典密码、RSA、AES、哈希碰撞、椭圆曲线等密码系统的分析与破解。 |
| tags | ["classical-cipher","rsa","aes","hash","ecc","encoding"] |
A-Za-z0-9+/,末尾 = 填充A-Z2-7,末尾 = 填充0-9a-f 或 0-9A-F%xx 格式\uXXXX 或 &#xXXXX;e=3 时直接开立方根gcd(c1^e2, c2^e1) 扩展欧几里得d < n^(1/4) 时连分数展开small_roots()n = p*q*r,phi = (p-1)(q-1)(r-1)padbuster 工具hashpump 工具fastcoll 工具#E(F_p) = p 时discrete_log()、lift_x()# 在线工具
# CyberChef: 编解码、加解密瑞士军刀
# dcode.fr: 古典密码识别与破解
# factordb.com: 大数分解数据库
# 命令行工具
hashcat # 哈希破解
john # John the Ripper
openssl # 加解密操作
python3 -c "import sympy; sympy.factorint(n)" # 大数分解