Go to file
2015-12-23 00:40:32 -06:00
scripts fixed mysql auth issues 2015-12-23 00:40:32 -06:00
server merge 2015-12-23 00:27:48 -06:00
web added basic database stuff 2015-12-23 00:26:27 -06:00
.gitignore Add secret key 2015-12-21 16:08:50 -05:00
ctf.nginx added basic database stuff 2015-12-23 00:26:27 -06:00
deploy added basic database stuff 2015-12-23 00:26:27 -06:00
README.md Deleted Angular.js 2015-12-22 19:18:30 -06:00
Vagrantfile added basic database stuff 2015-12-23 00:26:27 -06:00

#EasyCTF 2016 The EasyCTF website for the 2016 competition.

Resources : Flask, MySQL

Main Pages:

  • login.html
  • register.html
  • scoreboard.html
  • problems.html
  • account.html
  • programming.html
  • chat.html
  • about.html
  • forgot_password.html
  • logout.html
  • rules.html
  • team.html
  • shell.html
  • updates.html
  • resetpassword.html

Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900

Setting Up The Environment

  1. Download VirtualBox and Vagrant
  2. Run vagrant up to create the Virtual Machine according to Vagrantfile
  3. Run vagrant ssh to connect to the Virtual Machine
  4. Run ./deploy to deploy the site
  5. View the site on port 8000