skills/clawhub.ai/ctf-crypto-solver

ctf-crypto-solver

Installation
SKILL.md

CTF Crypto 解题

识别密码体制 → 定位弱点 → 写求解脚本拿明文。

环境约定

  • $PY = 64 位解题 Python(含 pycryptodome/z3/sympy/gmpy2)。 环境不确定时先运行 ctf-router 技能的 scripts/env-check.py 自检。
  • hashcat:哈希爆破;字典建议 rockyou(Kali 自带 /usr/share/wordlists/)。
  • SageMath(可选):格攻击与高级数论(Coppersmith、离散对数)。 本机没有时用 pip install fpylll 替代格归约,或装 Sage: Linux sudo apt install sagemath;Windows 建议走 WSL。

识别速查

Installs
1
First Seen
Aug 29, 2026
ctf-crypto-solver from clawhub.ai