ctfs / write-ups-2016

Wiki-like CTF write-ups repository, maintained by the community. 2016
1.61k stars 503 forks source link

Missing Scoreboards #1692

Closed ghost closed 8 years ago

ghost commented 8 years ago

Scoreboards are missing for the following 18 competitions (2016):

An effort should be made to acquire these scoreboards from the web, or from competition hosts.

abpolym commented 8 years ago

@tjgerot You can use getscores.py to generate scoreboards from CTFTime scoreboards. E.g. for TU CTF you can download the scoreboard with

$ python getscores.py https://ctftime.org/event/312 > scoreboard.txt

Make sure the scoreboard isn't missing on CTFTime, too, though.

ghost commented 8 years ago

It works! Thank you.