Skip to content
/ ctf-template Public template

A template repository for a CTF competition.

License

Notifications You must be signed in to change notification settings

b01lers/ctf-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e80166c · Feb 25, 2023

History

5 Commits
Feb 8, 2023
Feb 25, 2023
Aug 29, 2021
Aug 29, 2021
Aug 29, 2021

Repository files navigation

CTF Name

A template repository for a CTF competition. This is a description of the CTF event.

CTFTime Link

Structure

Challenges are organized by category into subdirectories:

  • rev
  • pwn
  • web
  • crypto
  • misc

Inside each challenge, there may be several of the following:

  • src: contains the source code for the challenge
  • dist: the files that are provided to players during the competition
  • deploy: files used to deploy remote challenges (generally, dockerfiles and such)
  • solve: files pertaining to the solution of the challenge, usually including a writeup