Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 465 Bytes

CTF challenges

The repository holding all challenges for Sapling CTF 2022, a local CTF @ UBC hosted by Maple Bacon.

Format:

/category/challenge-name/
  - readme.md 
  - challenge-description.md
  - players/ (files given to players)
  - hosted/  (files required for hosting)
      - readme.md (instructions for hosting, hopefully just docker run)
      - start.sh (or something similar, again hopefully just docker run)
  - solve/   (solve scripts)