Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 655 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 655 Bytes

SUSCTF@2024 官方题目仓库

比赛时间: 2024.9.20~2024.9.23

比赛网址: https://ctf.seusus.com

官方 WriteUp

writeup.pdf

题目文件夹结构

题目名字
├── README.md(题目信息)
├── challenge.toml(题目运行配置)
├── attachments(默认附件文件夹)
│   ├── 题目附件内容
├── build(容器构建目录)
│   ├── Dockerfile

GZCTF 小工具

utils
├── bot.py(QQBot)
├── diff.py(CI专用)
├── gzctf_api.py(常用GZCTF API)
├── pull.py(从GZCTF平台下拉赛题信息)
└── update.py(上传赛题至GZCTF平台)