返回 Skill 列表
extension
分类: 开发与工程无需 API Key

pentest-ctf-crypto

用于解决涉及密码、哈希和弱加密的CTF挑战的密码学工具

person作者: jakexiaohubgithub

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