pentest-ctf-crypto
This Claude Code skill provides cryptographic attack techniques for penetration testing and Capture The Flag competitions, including cipher identification and cracking, RSA vulnerability exploitation, hash analysis, and mathematical cryptography problem-solving. Use it when analyzing weak or broken cryptographic implementations, solving CTF crypto challenges, or identifying vulnerabilities in encryption systems during security assessments.
git clone --depth 1 https://github.com/jd-opensource/JoySafeter /tmp/pentest-ctf-crypto && cp -r /tmp/pentest-ctf-crypto/skills/pentest-ctf-crypto ~/.claude/skills/pentest-ctf-cryptoSKILL.md
# Pentest CTF Crypto ## Purpose Analyze and break cryptographic implementations, including classical ciphers, RSA weak keys, and hash extensions. ## Core Workflow 1. **Cipher Identification**: Identify the type of encryption or encoding used (e.g., Base64, Caesar, RSA). 2. **Classical Cracking**: Brute-force or analyze frequency for classical ciphers using `ciphey` or online tools. 3. **RSA Attacks**: Check for common RSA weaknesses (small e, small factors) using `RsaCtfTool`. 4. **Hash Analysis**: Identify hash types and attempt cracking or length extension attacks using `hashcat` or `hashpump`. 5. **Math/Primes**: Solve mathematical problems related to cryptography using `sagemath`. ## References - `references/tools.md` - `references/workflows.md`
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
OpenClaw 安全检测工具,基于安全实践指南验证配置安全、权限隔离、网络策略、日志审计和运行时完整性
OpenClaw 攻击模式检测工具,识别数据外传、反弹Shell、文件泄露、Prompt注入、供应链投毒等高危行为,支持 MITRE ATT&CK 映射
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
AI/LLM application security testing — prompt injection, jailbreaking, data exfiltration, and insecure output handling per OWASP LLM Top 10.
Deep OWASP API Security Top 10 testing for REST, GraphQL, gRPC, and WebSocket APIs — BFLA, mass assignment, rate limiting, and unsafe consumption.