Skip to content
3553x edited this page Apr 4, 2018 · 11 revisions

General Info

The CTF will take part at a yet to be determined date and will last for roughly 4 hours.

The infrastructure will be provided by compass-security and compsoc-man HOPEFULLY AN AWS INSTANCE.

The scoreboard will be fbctf.

Maximum number of team members: 4

Difficulty of challenges will be split into three groups:

  • Easy - Intended for people with no prior exposure to security, almost all teams should finish all of them
  • Medium - Challenges for people with a bit of experience
  • Hard - Challenges you would find at a real CTF

Categories:

  • Crypto
  • Pwning
  • Web
  • Misc

Writing Challenges

  1. Create a directory for the challenge in the respective category directory (cry, pwn, etc..). The name of the directory is the name of the challenge it should be distinct from the "name" in the wiki.
  2. Files needed are: build.sh (if your challenge requires compiling files or building containers), solve.sh (this doesn't need to be a shell script but should solve the challenge and explain the solution), info.txt (a text file describing the challenge) with the following format: All flags should have the format CSSOC{flag}
Name: name of the challenge
Flag: flag
Points: points
Hint: a hint
Hint_Penalty: penalty for hint

Attachments: if contestants need files from this dir, list them here
Links: if the challenge needs links list them(leave this empty for now, since we don't know the domain yet)
Clone this wiki locally