GZCTF-Challenges
GZCTF-Challenges copied to clipboard
Challenge examples for GZ::CTF
GZ::CTF
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
EXPOSEto expose ports in the challenge Dockerfile, because GZ::CTF will automatically map the specified port to a random port on the host. IfEXPOSEis used in the Dockerfile, it will cause the challenge to expose multiple ports and occupy port resources, and even expose safety risks.