ZebaLive/ctf-writeups
GitHub: ZebaLive/ctf-writeups
一个个人 CTF 挑战题解集合,记录了多项安全竞赛的详细解题过程、利用脚本和技术笔记。
Stars: 3 | Forks: 0
# CTF Writeups 与题解
本仓库作为我的**个人 Capture The Flag (CTF)** 挑战档案,记录了我在各项比赛中解决过的题目。
它包含**详细的 writeups、exploit 脚本和技术笔记**,记录了每个问题的切入点、分析过程以及解题方法。
🌐 **[在线浏览 writeups](https://ctf.zeba.dev)**
## 2025 年比赛
| 比赛 | 排名 | 题目数 | 得分 | 链接 |
| ----------------------- | ------------ | ---------------- | --------------------- | ----------------------------------------------------- |
| **ECSC 2025** | 30th | 11 (4 personal) | 1459 | [Writeups](https://ctf.zeba.dev/2025/ecsc/) |
| **Mārtiņa-CTF 2025** | 1st (Remote) | 44 (12 personal) | 15213 (4751 personal) | [Writeups](https://ctf.zeba.dev/2025/martina-ctf/) |
| **openECSC 2025** | 14th | 21 | 3923 | [Writeups](https://ctf.zeba.dev/2025/openecsc/) |
| **BSides Vilnius 2026** | 4th | 25 | 3050 | [Writeups](https://ctf.zeba.dev/2025/bsides-vilnius/) |
## 本地开发
本站点使用 [MkDocs](https://www.mkdocs.org/) 和 [Material 主题](https://squidfunk.github.io/mkdocs-material/) 构建。
本项目使用 [asdf](https://asdf-vm.com/) 进行 Python 版本管理,并使用 [direnv](https://direnv.net/) 实现环境的自动激活。进入目录时,依赖项将被自动安装。
```
# 首次设置
asdf plugin add python
asdf install
direnv allow
# 本地服务
mkdocs serve
# 构建静态站点
mkdocs build
```
## 免责声明
所有资料仅供**教育和研究目的**使用。
请负责任地使用,并遵守 CTF 比赛规则。
## 许可证
本项目基于 [MIT 许可证](https://github.com/ZebaLive/ctf-writeups/blob/main/LICENSE) 授权。
标签:MkDocs, 安全技术, 漏洞分析, 路径探测, 逆向工具