Ctf Crypto
ljagiello/ctf-skillsProvides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, ZKP, PRNG, or mathematical crypto problems involving RSA, AES, ECC, lattices, LWE, CVP, number theory, Coppersmith, Pollard, Wiener, padding oracle, GCM, key derivation, or stream/block cipher weaknesses.
At a glance
git clone --depth 1 https://github.com/ljagiello/ctf-skills
cp -r ctf-skills/ctf-crypto ~/.claude/skills/ctf-crypto
Setup, runtime and requirements describe ljagiello/ctf-skills, the repo this skill ships in.
Also in ljagiello/ctf-skills
View the repoProvides AI and machine learning techniques for CTF challenges. Use when attacking ML models, crafting adversarial examples, performing mode...
Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, netw...
Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, cust...
Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails,...
Provides open source intelligence techniques for CTF challenges. Use when gathering information from public sources, social media, geolocati...
Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn...
Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or vi...
Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template...
Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge...
Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf...