
from ctf-skills2,772
Comprehensive reference for miscellaneous CTF challenges including encoding puzzles, pyjails, bash jails, and unusual sandbox escapes.
This skill provides a vast library of techniques for solving 'Miscellaneous' category CTF (Capture The Flag) challenges. It acts as a fallback for problems that don't fit neatly into web, pwn, or crypto categories, focusing on edge-case logic and obscure technical quirks.
Use this skill when encountering encoding puzzles, restricted shell (pyjail/bashjail) escapes, RF/SDR signal processing, DNS oddities, Unicode steganography, or complex game-logic puzzles.
pyjails.md, bashjails.md, encodings.md, etc.) covering specific exploitation vectors.Designed for filesystem-based agents with bash and Python 3 access, such as Claude Code, OpenClaw, or Codex.
This skill has not been reviewed by our automated audit pipeline yet.
CTF Write-up Generator
Generate a concise, reproducible submission-style CTF writeup with a one-path solution script, metadata, and a short checklist for fast verification.
CTF Cryptography
Reference of cryptographic attack techniques and tools for CTF challenges (RSA, AES, ECC, lattices, PRNGs, padding oracles, and more).
CTF Web Exploitation
Comprehensive web-exploitation playbook for CTFs: XSS, SQLi, SSTI, SSRF, XXE, JWT abuse, auth bypass, file upload chains, and web-related reconnaissance.