Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 434 Bytes

GCTF2017-Scoreboard

Final Results Screenshot

Setup

  • Requires CTFd platform, Python3 and virtualenv
  • Modify "app.py"'s BASEURL to your CTFd platform's URL
  • Modify "templates/scoreboard.html"'s var deadline to the date of the end of your CTF
  • virtualenv -p /usr/bin/python3 env
  • source env/bin/activate
  • pip install -r requirements.txt
  • python app.py
  • Visit "http://localhost:8080"