Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr0n1/CTF_Docker_Template
CTF docker部署模板
https://github.com/dr0n1/CTF_Docker_Template
Last synced: 3 months ago
JSON representation
CTF docker部署模板
- Host: GitHub
- URL: https://github.com/dr0n1/CTF_Docker_Template
- Owner: dr0n1
- License: gpl-3.0
- Created: 2023-09-13T13:15:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:52:00.000Z (4 months ago)
- Last Synced: 2024-08-01T11:20:42.632Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - dr0n1/CTF_Docker_Template - CTF docker部署模板 (Dockerfile)
README
# CTF_Docker_Template
一些适用于动态flag题目的docker部署模板
## 注意事项
**每个模板中包含了一道例题,请注意识别替换**
1:注意`EXPOSE`的使用,可能会在某些平台中产生错误
2:默认使用`$FLAG`传递flag,如果是其他变量,手动替换下start.sh中的`$FLAG`即可
3:注意平台题目内存大小的设置更详细的部署过程可以参考[ctf平台搭建与出题指南](https://www.dr0n.top/posts/5ae46a89/)