Skip to content

publicly released challenges from the OverTheWire Advent Bonanza 2019 CTF

Notifications You must be signed in to change notification settings

gnebbia/advent2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is the repository with challenges from the OverTheWire Advent Bonanza 2019 CTF

Directory structure

  • advent-challenges/ holds the challenges that were used on the individual advent days
  • hidden-challenges/ holds hidden challenges (challenge zero, easter eggs and extra flags for other challenges)

Set up a server

Online challenges run via docker-compose. On Ubuntu, you can set this up with:

apt install -y docker.io docker-compose
adduser <your username> docker

Start a challenge

Each online challenge has a docker-compose.yml or docker-compose.yaml file. Go into the challenge directory and start the docker container with:

docker-compose up

About

publicly released challenges from the OverTheWire Advent Bonanza 2019 CTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 26.0%
  • TSQL 24.0%
  • C# 11.8%
  • PHP 10.8%
  • Python 8.7%
  • HTML 5.0%
  • Other 13.7%