pentest-ctf-crypto

Cryptography tools for solving CTF challenges involving ciphers, hashing, and weak encryption.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pentest-ctf-crypto" with this command: npx skills add jd-opensource/joysafeter/jd-opensource-joysafeter-pentest-ctf-crypto

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

pentest-osint-recon

No summary provided by upstream source.

Repository SourceNeeds Review
General

pentest-mobile-app

No summary provided by upstream source.

Repository SourceNeeds Review
General

pentest-exploit-validation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

pentest-whitebox-code-review

No summary provided by upstream source.

Repository SourceNeeds Review