This repository is a template for future CTFs.
- Look at CONTRIBUTING.md for information on how to create a challenge.
- Look at CHALL_YAML_GUIDE.md for information on how to create a
chall.yaml
file. - Don't forget:
- Create a new branch for each challenge.
- Don't commit stuff like
node_modules
, compiled binaries, etc. - Include a solvepath.
- Send a PR and add reviewers/labels.
- Don't merge your own challs.