Scoring Engine used for UBNETDEF's Lockdown Competition.
- python 2.7
- Every python module in "requirements.txt"
python-dev libmysqlclient-dev libsasl2-dev python-dev libldap2-dev libssl-dev rabbitmq-server
- Clone this repository
- Copy
config_sample.py
toconfig.py
- Edit
config.py
to fit your deployment - Run
pip install -r requirements.txt
- Run
python ./setup.py
Simply run python ./start.py
, and hope for the best
If you wish to run an individual check, run "python ./check.py
" with the TEAM ID and SERVICE ID as arguments. This will not save to the database.