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

Flag submission service #32

Open
cypherean opened this issue Jul 28, 2021 · 0 comments
Open

Flag submission service #32

cypherean opened this issue Jul 28, 2021 · 0 comments
Assignees

Comments

@cypherean
Copy link

The competing teams will fetch the flag from the vulnerable services of other teams and submit the flag retrieved. This flag will be updated once every five minutes. The flag is updated in both our database, and the service of every team. This service gets the flag submitted by a team and validates it against the flag in our database. Summing it up the job of flag submission service is:

  1. Ticker: Triggers flag generator, getter and setter every five minutes
  2. Flag generator: Generates a new flag, stores it in db and triggers flag setter.
  3. Submitter: Gets the flag from teams and validates it
  4. Appends the score
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

2 participants