mitre-cyber-academy / ctf-scoreboard

This scoreboard allows you to host your own cybersecurity capture-the-flag (jeopardy-style or attack/defend) competition. Also includes team creation!
http://mitrecyberacademy.org/
Apache License 2.0
54 stars 29 forks source link

Feature/plugin ideas #160

Open noraj opened 6 years ago

noraj commented 6 years ago

One day if someone have too much free time and is lacking of ideas, here is a source of inspiration (https://github.com/CTFd/plugins) for implementing some features in MITRE CTF Scoreboard.

Some goods are:

rbclark commented 6 years ago

An anti-cheat/flag sharing mechanism would be very difficult to implement since we give all competitors the same copy of the challenge, unless I am understanding how that works exactly. A dynamic scoring feature on the other hand would be good to have.

noraj commented 6 years ago

It's not very clear for me too CTFdOnlineChallenge. Reading the usage I understand it will only work for online challenge. I think this is still serving only one copy of the challenge but for example the flag will change every 5 sec. So if a time give its flag to another that flag it 30min later this looks suspicious.