We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This app work with python 2 and not python 3.
Install some prerequisites
$ sudo pacman -S --needed git gcc python2 python2-pip
Install Flask and dataset
$ sudo pip2 install flask dataset
Clone the repo
$ git clone https://github.com/balidani/tinyctf-platform.git $ cd tinyctf-platform
Import the tasks
$ python2 task_import.py
Start the server
$ python2 server.py
Note: Flask should run on top of a proper web server if you plan to have many players.