-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Winston Howard edited this page May 6, 2020
·
1 revision
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.confto point thecustom_services_dir =to the../canaryServicesdirectory in this repository - Open a bash terminal in the repositories root directory
- Run
python3 setup.py install --userto install the package - Run the tests via
python3 -m tests.test_canary - If all tests pass
OKyour 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.