You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Ticker: Triggers flag generator, getter and setter every five minutes
Flag generator: Generates a new flag, stores it in db and triggers flag setter.
Submitter: Gets the flag from teams and validates it
Appends the score
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: