Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.13 KB
Banner

GZ::CTF

publish version license Telegram Group

GZ::CTF is an open source CTF platform based on ASP.NET Core.

About

This repository contains dynamic container challenge templates which can be used in GZ::CTF.

Hint for creating challenges

  • Please do not use EXPOSE to expose ports in the challenge Dockerfile, because GZ::CTF will automatically map the specified port to a random port on the host. If EXPOSE is used in the Dockerfile, it will cause the challenge to expose multiple ports and occupy port resources, and even expose safety risks.