This catalog is here to help CTF organizers prepare challenges meant for the U-CTF platform. It contains challenges from various categories, that you can use as inspiration for your own challenges.
It also contains everything to be able to test the challenge locally, and how to have it appear on your U-CTF Event.
Some challenges might require the explicit use of Sysbox, you can install it by following the instructions on their GitHub repository.
Simply put, sysbox will allow you to run complex challenges where you might have the following needs:
- Run a challenge that requires
systemdto be running, which is not possible in a regular Docker container. - Run a challenge that requires
dockerto be running, which is not possible in a regular Docker container. - Run a challenge that requires
kubernetesto be running, which is not possible in a regular Docker container.