Update README-scenario-dependency.md

This commit is contained in:
Cliffe
2019-03-04 10:47:37 +00:00
committed by GitHub
parent 238d3e6c6c
commit 596c6aaa38

View File

@@ -1 +1 @@
Usually SecGen modules can be used without dependencies on anything else in the scenario. However, Hackerbot configs are closely tied to their scenarios (as Hackerbot interacts with multiple VMs expecting specific modules to be deployed, and so on).
Usually SecGen modules can be used without dependencies on anything specific being present in the scenario definition (other than ensuring conflicts don't exclude the module); any dependencies are typically automatically resolved by adding modules to the current system VM. However, **Hackerbot configs are closely tied to their scenarios**, as Hackerbot interacts with multiple VMs expecting specific modules to be deployed on each system.