Loading...
Loading...
Solve CTF challenges by analyzing files, connecting to services, and applying exploitation techniques. Orchestrates category-specific CTF skills.
npx skill4agent add ljagiello/ctf-skills solve-challengenc~/.claude/skills/ctf-<category>/SKILL.md| Category | Skill | When to Use |
|---|---|---|
| Web | | XSS, SQLi, CSRF, JWT, file uploads, authentication bypass |
| Reverse | | Binary analysis, game clients, obfuscated code |
| Pwn | | Buffer overflow, format string, heap, kernel exploits |
| Crypto | | Encryption, hashing, signatures, ZKP, RSA, AES |
| Forensics | | Disk images, memory dumps, event logs, blockchain |
| OSINT | | Social media, geolocation, public records |
| Malware | | Obfuscated scripts, C2 traffic, protocol analysis |
| Misc | | Trivia, encodings, esoteric languages, audio |
nc host port # Connect to challenge
echo -e "answer1\nanswer2" | nc host port # Scripted input
grep -rn "flag{" . && grep -rn "CTF{" . # Find flag format