Go to file
Robbe De Greef 7e677ee86c intitial commit 2023-11-28 16:24:59 +01:00
.vscode intitial commit 2023-11-28 16:24:59 +01:00
DarknetDiaries intitial commit 2023-11-28 16:24:59 +01:00
EasyWeb1And2And3 intitial commit 2023-11-28 16:24:59 +01:00
awesome_pepe intitial commit 2023-11-28 16:24:59 +01:00
bob-the-assistant intitial commit 2023-11-28 16:24:59 +01:00
chatty intitial commit 2023-11-28 16:24:59 +01:00
collatz-scheme intitial commit 2023-11-28 16:24:59 +01:00
fbi-open-up-1 intitial commit 2023-11-28 16:24:59 +01:00
fbi-open-up-2 intitial commit 2023-11-28 16:24:59 +01:00
fbi-open-up-3 intitial commit 2023-11-28 16:24:59 +01:00
flowrun intitial commit 2023-11-28 16:24:59 +01:00
i-found-better-friends intitial commit 2023-11-28 16:24:59 +01:00
i-need-better-friends intitial commit 2023-11-28 16:24:59 +01:00
malware-1 intitial commit 2023-11-28 16:24:59 +01:00
malware-2 intitial commit 2023-11-28 16:24:59 +01:00
memejohn intitial commit 2023-11-28 16:24:59 +01:00
my-awesome-website intitial commit 2023-11-28 16:24:59 +01:00
reaaaally-old-server intitial commit 2023-11-28 16:24:59 +01:00
russianGOST intitial commit 2023-11-28 16:24:59 +01:00
serious_business intitial commit 2023-11-28 16:24:59 +01:00
table-flip intitial commit 2023-11-28 16:24:59 +01:00
unbreakable-1 intitial commit 2023-11-28 16:24:59 +01:00
unbreakable-2 intitial commit 2023-11-28 16:24:59 +01:00
.gitignore intitial commit 2023-11-28 16:24:59 +01:00
README.md intitial commit 2023-11-28 16:24:59 +01:00

README.md

CTF Challenges

In this repository you can add challenges for the CTF, the idea here is to add a folder per challenge.

For every challenge, add a README.md with the following layout:

# Name of the challenge
## Text
Add the text for the challenge here (in English). This text will be read by the participants so don't add any keys here ;)
If you can create a little story for your challenge that is always fun. You can always add a small hint inside that story.
## Files
Add a list of files that have to be hosted with your challenge (or leave it empty if this is not needed)
## How to Deploy
If your challenge needs to be deployed (for example a webchallenge), explain how it should be deployed. Please make sure to include a docker file!!

Add a SOLUTION.md with following layout:

## Difficulty
Guess the difficulty of the challenge (maybe explain why you think so), and give an esitmate for how many points you think the challenge is worth.
## Category
Try and categorize the challenges you have made. 
## How To Solve
Explain how the challenge can be solved step by step. This way everyone can have a writeup for every challenge after the CTF. But it can also help yourself for testing how hard the challenge is.
## Flag
The flag of the challenge. If there are exceptions in the format then also mention that here. All flags are usually in the form `IGCTF{...}`