diff --git a/envs/monkey_zoo/blackbox/test_configurations/depth_2_a.py b/envs/monkey_zoo/blackbox/test_configurations/depth_2_a.py index d2c261805..0fc6b57d6 100644 --- a/envs/monkey_zoo/blackbox/test_configurations/depth_2_a.py +++ b/envs/monkey_zoo/blackbox/test_configurations/depth_2_a.py @@ -12,6 +12,8 @@ from .utils import ( ) +# Tests: +# SSH password and key brute-force, key stealing (10.2.2.11, 10.2.2.12) def _add_exploiters(agent_configuration: AgentConfiguration) -> AgentConfiguration: brute_force = [ PluginConfiguration(name="SSHExploiter", options={}),