Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Submitting a Problem

speeeday edited this page May 23, 2019 · 1 revision

This page describes how problems should be submitted. This page is meant for developing with the CTF framework.

  • Problems should be submitted to tanktop or speeeday directly.
  • Problems should be a directory with at least the 5 files:
    • problem.json
    • challenge.py
    • requirements.txt (if applicable)
    • install_dependencies (if applicable)
    • README in the following format
1. Problem Name
2. Author
3. Topics Covered
4. Knowledge Dependencies (Topics/Problems to know for solving the problem)
5. Resources
    * websites and links that explain the knowledge dependencies
6. Write-Up (please! code would be even better!!)
7. Additional Notes (anything else you feel is relevant)

For more specifics on making a problem fit into the framework please look at: Adding Your Own Content

Clone this wiki locally