ctf-misc

仓库创建 2026年7月8日最近提交 3 天前SkillHot 收录 5 小时前
▸ 精选理由

覆盖编码、音频、QR等冷门题型,遇到奇葩题时很实用。

▸ 风险提示

包含逆向/利用技术与外部工具安装,可能被滥用,注意合法合规。

这个 Skill 做什么

汇总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.

研究检索CTF杂项技巧编码/音频通用
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-misc/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-misc/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有