No description
scripts | ||
server | ||
web/_includes | ||
.gitignore | ||
deploy | ||
README.md | ||
Vagrantfile |
#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
- Download VirtualBox and Vagrant
- Run
vagrant up
to create the Virtual Machine according toVagrantfile
- Run
vagrant ssh
to connect to the Virtual Machine - Run
./deploy
to deploy the site - View the site on port 8000