Can be loaded by scenarios.load_scenario which turns it into an attack graph with everything applied and a config dict with settings that can be used for simulation
Simulation can be run on a scenario using the attackgraph and the config from the scenario
Please look at my implementation and the test to understand what I have thought.
I am mostly skeptical about my attacker entry points implementation, might not be correct.
Scenarios:
Please look at my implementation and the test to understand what I have thought. I am mostly skeptical about my attacker entry points implementation, might not be correct.