Collection of challenges for Template 2025 competition
<name>/
├── release/
│ └── ...
├── source/
│ └── <name>/
│ └── ...
└── poc/
└── ...
└── README.md
Explanation:
- <name> is the name of the challenge to be created.
- release is the folder for the attachments to be given to the participants.
- source is the folder used to store the original challenge source code, and if it’s a service, this folder will be deployed to the server.
Why does the source folder need another <name>?
To avoid conflicts in docker compose so they don’t sync with each other
- poc is the folder that contains an explanation of how to solve each challenge (mandatory).
- README.md is used to provide a description of each challenge. Below is a README.md template that can be used.
# <challenge-name>
## Author
(discord/twitter username)
## Difficulty
Medium/Hard
## Description
lorem ipsum dolor sit amet.
HCS{example_flag}
Remember the 4-spaces before flag, it's for markdown code formatting.
This repository is licensed under MIT License. However, the underlying CTF challenges may have different license(s). By default, they are NOT LICENSED and You must consult with The Author for any kind of use.