Collection of challenges for UKM EXPO 2025 Micro CTF competition at UCS Booth
<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.
# <name>
## Author
(discord/twitter username)
## Difficulty
Medium/Hard
## Description
lorem ipsum dolor sit amet.
## Flag
UCS{example_flag}