CTF Scoring Server

icelandHere is scoring server I wrote back in 2010-2011 for using in hacking/ctf competitions. It’s built in LAMP (linux apache mysql and php). Its fairly easy to use and a little messy on the code side as it’s my first php project. It’s  database driven by contest – you create questions for each contest that users must join. It’s all very simple!

Instructions are in the Zip along with the php and sql file. I recommend us phpmyadmin as it’s awesome.

Feel free to do what ever you want with it!

http://www.4shared.com/zip/VXD_05vjba/FILES.html

V.1 – final release
V.0.2 – closed some sql injection issues
V.0.1 – initial release