Skip to content

thatarchguy/Scoring-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program was designed as a scoring engine roughly equivalent to that used during the Collegiate Cyber Defense Competition (CCDC).  This was developed so that students preparing for the competition can get a taste of what to expect.  While originally developed for use by students at the University of Texas at San Antonio, this program was open-sourced so others may use it as a tool in preparation for the competition.

If you find bugs or would like additional features, feel free to submit them via github.

For my purposes, the vagrantfile is enough to run this. 
I supposed one could git clone into /vagrant. Then run /vagrant/bootstrap.sh and it would work.

Just browse to setup.php and it will create the database, tables, and import a default sql dump file.

add cron for the pollers when ready
* * * * * /usr/bin/php /var/www/controller.php >> /var/www/cronout.log

About

Scoring Engine used for CCDC practice sessions at UTSA

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 82.6%
  • Python 15.6%
  • Shell 1.8%