ctf-misc

仓库创建 2026年2月2日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

适合碰到非典型题目时快速定位解题方向。

▸ 风险提示

可能需安装外部工具和依赖,注意来源与安全性。

这个 Skill 做什么

收录杂项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.

垂直行业编码与解码信号与媒体奇技异法通用
2.8k
Stars
333
Forks
11
仓库内 Skill
+197
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ljagiello/ctf-skills/main/ctf-misc/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ljagiello/ctf-skills/main/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 公开信息 · 原文版权归作者所有