Skip to content

ucsits/2025-08-minictf-ucs

Repository files navigation

Template 2025

Collection of challenges for Template 2025 competition

<name>/
├── release/
│   └── ...
├── source/
│   └── <name>/
│       └── ...
└── poc/
    └── ...
└── README.md

Explanation:

  1. <name> is the name of the challenge to be created.
  2. release is the folder for the attachments to be given to the participants.
  3. 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

  1. poc is the folder that contains an explanation of how to solve each challenge (mandatory).
  2. 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.

Legal

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.

TIA 🕵️

About

MiniCTF Seleksi Masuk Komunitas Unit Cyber Security ITS 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors