Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jun 2, 2024
1 parent a8254e1 commit 4f24954
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.20.6](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.5..v0.20.6) - 2024-06-02

### ⛰️ Features

- support docker basic auth - ([12418d](https://github.com/GZTimeWalker/GZCTF/commit/12418d)) by **GZTime**
- darken pdf in dark mode - ([418343](https://github.com/GZTimeWalker/GZCTF/commit/418343)) by **GZTime**

### 🎨 Styling

- challenge page - ([a8254e](https://github.com/GZTimeWalker/GZCTF/commit/a8254e)) by **GZTime**

---
## [0.20.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.4..v0.20.5) - 2024-05-22

Expand Down
3 changes: 2 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GZ::CTF は ASP.NET Core を基づいたオープンソース CTF プラット
- 高度カスタマイズ可能なチャレンジを作れる

- チャレンジ種類:静的アタッチメント、動的アタッチメント、静的コンテイナー、動的コンテイナー

- 静的アタッチメント:アタッチメントは共有され、追加されたフラッグのどれも提出可能となります。
- 動的アタッチメント:チーム数に応じたフラッグやアタッチメントが少なくとも必要となり、チームに応じてアタッチメントやフラッグが配布されます。
- 静的コンテイナー:コンテナーのテンプレートは共有され、フラッグは発行されず、追加されたフラッグのどれも提出可能となります。
Expand All @@ -53,7 +54,7 @@ GZ::CTF は ASP.NET Core を基づいたオープンソース CTF プラット
- **組織ごとにグループされたチーム**のスコアタイムライン、組織順位表
- **Docker または K8S** に基づいた動的なコンテナの分散、管理、および複数のポート マッピング方法のサポート
- SignalR に基づいた**リアルタイム**ゲーム通知、ゲームイベントとフラッグ送信とログの監視
- SMTPメール検証機能、Google ReCaptchav3による悪意のある登録防止
- SMTP メール検証機能、Google ReCaptchav3 による悪意のある登録防止
- ユーザーのブロックおよび権限管理
- オプションのチームレビュー、招待コード、登録メール制限
- プラットフォーム内での記事の収集、レビューとバッチダウンロード
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GZ::CTF is an open source CTF platform based on ASP.NET Core.
- Create highly customizable challenges

- Type of challenges: Static Attachment, Dynamic Attachment, Static Container, Dynamic Container

- Static Attachment: Shared attachments, any configured flag can be accepted.
- Dynamic Attachment: The number of flags and attachments must be at least the number of teams. Attachments and flags are distributed according to the teams.
- Static Container: Shared container templates, no dynamic flag is issued, and any configured flag can be submitted.
Expand All @@ -50,7 +51,6 @@ GZ::CTF is an open source CTF platform based on ASP.NET Core.
- Disable or enable challenges during the competition, and release new challenges at any time.
- Dynamic flag sharing detection, optional flag template, leet flag


- **Teams** score timeline, scoreboard. Teams can be grouped
- Dynamic container distribution, management, and multiple port mapping methods based on **Docker or K8s**
- **Real-time** competition notification, competition events and flag submission monitoring, and log monitoring based on SignalR
Expand Down
3 changes: 2 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GZ::CTF 是一个基于 ASP.NET Core 的开源 CTF 平台。
- 创建高度可自定义的题目

- 题目类型:静态附件、动态附件、静态容器、动态容器

- 静态附件:共用附件,任意添加的 flag 均可提交。
- 动态附件:需要至少满足队伍数量的 flag 和附件,附件及 flag 按照队伍进行分发。
- 静态容器:共用容器模版,不下发 flag,任意添加的 flag 均可提交。
Expand Down Expand Up @@ -115,7 +116,7 @@ GZ::CTF 是一个基于 ASP.NET Core 的开源 CTF 平台。
- **南阳师范学院招新赛 NYNUCTF S4**
- **商丘师范学院首届网络安全新生挑战赛**
- **苏州市职业大学 2023 年冬季新生赛 [SVUCTF-WINTER-2023](https://github.com/SVUCTF/SVUCTF-WINTER-2023)**
- **北京经济管理职业学院 首届BIEM“信安杯”CTF竞赛**
- **北京经济管理职业学院 首届 BIEM“信安杯”CTF 竞赛**
- **北京航空航天大学 BUAACTF 2024**
- **加州大学圣迭戈分校 San Diego CTF 2024**

Expand Down

0 comments on commit 4f24954

Please sign in to comment.