This repository contains all the challenges for Youth Cyber Exploration Programme Mini Competition.
Every challenge folder will have a README.md file that details what the challenge is about and how to solve it. The following explains the folders and their role.
distribcontains all distributable files for all usersgeneratecontains all relevant source code used to generate the challenge (if not in service directory)servicecontains all the files needed to host the challenge on a serversolutioncontains all the solution scripts or files.
You may require sudo permissions to run these commands.
Challenges that require hosting uses Docker to isolate the challenges.
To install Docker for the common Linux distributions, run the script at: https://get.docker.com/
- Change your directory to the challenge you would wish to host.
- Run the
build.shscripts in either the root directory of the challenge or the service directory. - Type
docker inspect <containername>or enter the docker viadocker exec -it <containername> shandifconfigto find the IP address and head to that IP. - When attempting the challenges in your local setup, do take note to change all
*.chal.gryphonctf.comto your local ip