From a605db7625314433c5b795f253f60aeecc5215e3 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 19 Jul 2022 13:31:16 -0400 Subject: [PATCH] BB: Add Tests comment to depth_2_a.py --- envs/monkey_zoo/blackbox/test_configurations/depth_2_a.py | 2 ++ 1 file changed, 2 insertions(+) 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={}),