Skip to content

SPGryphons/GryphonCTF-Scoreboard

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"