tinyctf-platform
tinyctf-platform copied to clipboard
Yet another CTF platform
Hello! When I run `python task_import.py` then I get next error: ``` Traceback (most recent call last): File "task_import.py", line 36, in old_cat_count = len(list(cat_table)) TypeError: iter() returned non-iterator of...
I used tinyctf last year for a CTF competition for my school. I really like the simplicity of code that Flask provides. Anyway, I decided to add an in game...
Getting: ```ProgrammingError: (ProgrammingError) SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 139626447152896 and this is thread id 139626314942208...
Hi, one thing that came into my mind: A separate 'hints/news/update' page. Updates are parsed from the `tasks.json` file. That makes adding public hints easier. All the best, gehaxelt
Hi, I've implemented some featuers: - CSRF protection - JSON Scoreboard - `before_end` and `after_start` annotations which restrict some actions before/during/after the CTF - Added start/end time to footer -...
Would be nice to turn the tasks into read-only mode once the CTF is over so teams can still see the challenge description, link and how many teams solved it....
otherwise it will cause to:  in the scoreboard.
It would be nice to have a /scoreboard.json for easy parsing and keeping track during the ctf.
All tasks should not be open in the beginning. Idea: when the first task of a category is solved by any team, the second one should open up for all...