GZ::CTF is an open source CTF platform based on ASP.NET Core.
This repository contains dynamic container challenge templates which can be used in GZ::CTF.
- 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. IfEXPOSE
is used in the Dockerfile, it will cause the challenge to expose multiple ports and occupy port resources, and even expose safety risks.