ctf-misc
适合碰到非典型题目时快速定位解题方向。
可能需安装外部工具和依赖,注意来源与安全性。
收录杂项CTF题型的快速参考和工具建议。
收集那些不归类到主流题型的杂项 CTF 技巧,像编码谜题、pyjail/bash jail、RF/SDR、DNS 异常、unicode 把戏、二维码或音频谜题等。碰到跨类别或边缘题目先来这里找思路和工具建议,它把每个技巧做成快速一行提示并指向详细支持文件。文档也给出必要依赖清单(如 z3-solver、pwntools、ffmpeg、qrencode),省去环境准备麻烦。
▸ 展开 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/ljagiello/ctf-skills/main/ctf-misc/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/ljagiello/ctf-skills/main/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