Skip to content

GZTimeWalker/GZCTF-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.