https://github.com/5ime/moectf
🧀 A Simple, Free CTF Platform 一个简单、免费的CTF平台
https://github.com/5ime/moectf
Last synced: 9 months ago
JSON representation
🧀 A Simple, Free CTF Platform 一个简单、免费的CTF平台
- Host: GitHub
- URL: https://github.com/5ime/moectf
- Owner: 5ime
- License: gpl-3.0
- Created: 2022-11-03T06:09:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T04:49:22.000Z (over 2 years ago)
- Last Synced: 2025-05-15T07:42:52.985Z (about 1 year ago)
- Language: PHP
- Homepage: https://5ime.cn/moectf.html
- Size: 3.26 MB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧀 MoeCTF
A Simple, Free CTF Platform 一个简单、免费的CTF平台
> [!NOTE]
> 正在缓慢重构中...
## 安装
1. 下载源码:
```
git clone https://github.com/5ime/moectf.git
```
2. 运行服务:
```
docke-compose up -d
```
3. 访问网站
浏览器访问localhost即可访问MoeCTF系统,管理员账号密码为admin/123456。

## 贡献
如果您有任何好的想法或建议,欢迎提交Issue或Pull Request。
## 许可
MoeCTF采用GPL许可,详情请参考[LICENSE](https://github.com/5ime/MoeCTF/blob/master/LICENSE)文件。