Skip to content

seadog007/RC3-CTF-2016-Scoreboard

Repository files navigation

RC3-CTF-2016-Scoreboard

Basic Concept

Basically, the score is under the structure of a user
So when I migrate a person who already solved the problem in the team to another team
Then the score will be double for questions.
Since the the limitation of each team is 5 users maximum, which can gives us 5 times of the original score.

PoC

Create Account A, Account B.
A: Create Team α.
B: Create Team β.
A, B solved a question which is 100 points.
B remove himself from the β, which also delete the team.
B join the α. Now, Team α has two people who already solved the question, so the team got 100+100 points.

Example

I created 5 users, and created 5 team for each user.
Before

Then let 5 users join the same team, the status of problem became
Before

I solved some questions for each users, which gives me total 4500 points.
Scoreboard

Solution

  1. Remove all submission after users leave a team
  2. Check repeat submission, and remove them before a user join a new team

Related Paper

NIZKCTF: A Non-Interactive Zero-Knowledge Capture the Flag Platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published