Skip to content

challengehackers/Scoreboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCTF2017-Scoreboard updated for FIRSTCON25

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"

About

Custom CTFd live scoreboard, originally made for GCTF2017 | Featured on Rawsec's http://list.rawsec.ml/ctf_platforms.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.3%
  • Python 20.0%
  • CSS 11.7%