ctf-misc
覆盖编码、音频、QR等冷门题型,遇到奇葩题时很实用。
包含逆向/利用技术与外部工具安装,可能被滥用,注意合法合规。
汇总CTF中不归类的杂项题型与解法速查参考。
遇到那些既不像 web、pwn、逆向也不是常见取证或密码题的 CTF 小怪题,用来当速查宝典。涵盖编码套路、pyjail/bashjail、RF/SDR、QR、音频谜题、冷门语言和约束求解等零散技巧。特点是把各种边缘案例和奇技淫巧集中起来,当正规分类不合适时先来这里翻一遍。
▸ 展开 SKILL.md 英文原文
Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles. Prefer a more specific skill first when the challenge is mainly web, pwn, reverse, forensics, malware, OSINT, or crypto. Treat this as the fallback skill for genuine cross-category or edge-case challenges, not the default starting point.
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-misc/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-misc/SKILL.md"# CTF Miscellaneous Quick reference for miscellaneous CTF challenges. Each technique has a one-liner here; see supporting files for full details. ## Prerequisites **Python packages (all platforms):** ```bash pip install z3-solver pwntools Pillow numpy requests dnslib ``` **Linux (apt):** ```bash apt install ffmpeg qrencode ``` **macOS (Homebrew):** ```bash brew install ffmpeg qrencode ``` **Manual install:** - SageMath — Linux: `apt install sagemath`, macOS: `brew install --cask sage` ## Additional Resources - [pyjails.md](pyjails.md) - Python jail/sandbox escape techniques, quine context detection, restricted character repunit decomposition, func_globals module chain traversal, rest