CTF•杂项
用于编码题、pyjail、bash jail、RF/SDR、DNS 异常、Unicode、奇特语言、QR、音频、约束求解、博弈论与沙箱逃逸等跨类或边缘 CTF 题;触发名:ctf-misc
npx skills add asdfgh1445/ctf-super-hub --skill ctf-misc --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Instructs the agent to provide a quick reference of miscellaneous CTF techniques, each accompanied by short one-liner descriptions and links to full details in supporting files.
How it works
- Presents a Quick reference for miscellaneous CTF challenges.
- Includes prerequisites for Python packages and system tools, as well as manual install options.
- Lists additional resources as links to topic-specific files (pyjails.md, bashjails.md, encodings.md, dns.md, rf-sdr.md, etc.).
- Offers practical Quick Start Commands and General Tips for approaching challenges.
- Provides technique-focused references (Z3/Constraint Solving, Python jail quick references, QR codes, encoding schemes, and more).
- Contains sections on various domains (RF/SDR, encoding tricks, jail escapes, quiz-like puzzles, and sandbox bypass techniques) with example commands and code snippets.
When to use it
Use this as a concise guide to browse through cross-domain CTF topics when tackling miscellaneous challenges and when you need quick-start commands or resource pointers.
What it can touch
- Prerequisites include Python packages (z3-solver pwntools Pillow numpy requests dnslib) and system packages (ffmpeg, qrencode).
- Commands and code snippets reference Python, shell, and tooling for encoding, jail techniques, and solver usage.
Caveats
License is MIT per file metadata; compatibility requires a filesystem-based agent with bash, Python 3, and internet access for tool installation. No explicit guarantees of success are stated.
# 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, restricted charset number generation, class attribute persistence, f-string config injection via stored eval - [bashjails.md](bashjails.md) - Bash jail/restricted shell escape techniques, HISTFILE file read trick, bash -v verbose mode, ctypes.sh direct C library calls - [encodings.md](encodings.md) - Encodings, QR codes, esolangs, UTF-16 tricks, BCD encoding, multi-layer auto-decoding, indexed directory QR reassembly, multi-stage URL encoding chains - [encodings-advanced.md](encodings-advanced.md) - Verilog
- Prerequisites
- Additional Resources
- When to Pivot
- Quick Start Commands
- General Tips
- Common Encodings
- IEEE-754 Float Encoding (Data Hiding)
- USB Mouse PCAP Reconstruction
- File Type Detection
- Archive Extraction
- Nested Archive Script
- QR Codes
- Audio Challenges
- RF / SDR / IQ Signal Processing
pip install z3-solver pwntools Pillow numpy requests dnslib
apt install ffmpeg qrencode
brew install ffmpeg qrencode
File identification
file mystery_file
xxd mystery_file | head -5
python3 -c "import magic; print(magic.from_file('mystery_file'))"
Encoding detection
python3 -c "import base64; print(base64.b64decode('<data>'))"
echo '<data>' | base64 -dWhat does the CTF•杂项 skill do?
用于编码题、pyjail、bash jail、RF/SDR、DNS 异常、Unicode、奇特语言、QR、音频、约束求解、博弈论与沙箱逃逸等跨类或边缘 CTF 题;触发名:ctf-misc
How do I install it?
Run `npx skills add asdfgh1445/ctf-super-hub --skill ctf-misc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.