Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self service code setup for flag builders #3

Open
gangrif opened this issue Oct 6, 2022 · 0 comments
Open

Self service code setup for flag builders #3

gangrif opened this issue Oct 6, 2022 · 0 comments

Comments

@gangrif
Copy link
Owner

gangrif commented Oct 6, 2022

Currently, code generation and sync with flag builders is manual. The scoreboard administrator has to generate random codes, and make sure they are unique, and handed out to the flag builders.

Currently, codes are by default single-use. Which means the random part of the code needs to be unique, and cant be handed out to more than one flag builder. This is manageable at a small scale, but if you're doing a larger scale ctf this will quickly become difficult to manage, and error-prone.

I can imagine two ways to deal with this.

  1. We ditch the single-use code mechanism. I don't love this idea, but its an option.
  2. Create a self-service portal, where flag builders can login and generate codes, and then give them a sqlite database containing their codes and flag id's.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant