Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
/ scoreengine Public archive

Scoring Engine used for UBNETDEF's Cyber Security Competitions

License

Notifications You must be signed in to change notification settings

ubnetdef/scoreengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Score Engine

Scoring Engine used for UBNETDEF's Lockdown Competition.

Requirements

  • python 2.7
  • Every python module in "requirements.txt"

Package Requirements

python-dev libmysqlclient-dev libsasl2-dev python-dev libldap2-dev libssl-dev rabbitmq-server

Installation

  • Clone this repository
  • Copy config_sample.py to config.py
  • Edit config.py to fit your deployment
  • Run pip install -r requirements.txt
  • Run python ./setup.py

How to use

Simply run python ./start.py, and hope for the best

Notes

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.

About

Scoring Engine used for UBNETDEF's Cyber Security Competitions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published