We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.