A Python Package developed as part of CEDARs Project Canary to enable the rapid simulation of Distributed DDoS Detection techniques using CORE.
See the LICENSE file included in this distribution.
- Clone this repository
- Install CORE v.5.4.0
- Update the
core.conf
to point thecustom_services_dir =
to the../canaryServices
directory in this repository - Open a bash terminal in the repositories root directory
- Run
python3 setup.py install --user
to install the package - Run the tests via
python3 -m tests.test_canary
- If all tests pass
OK
your good to go!
All the scripts in canaryScripts can be run independently or in conjunction depending on the use case. Scripts can be run from the terminal or loaded into the CORE GUI using the Execute Python script with options
button. Use the canary_driver.py
script to orchestrate the execution of multiple simulations. For more see the wiki.