BB: Add Tests comment to depth_2_a.py

This commit is contained in:
Mike Salvatore 2022-07-19 13:31:16 -04:00
parent cde0474eb2
commit a605db7625
1 changed files with 2 additions and 0 deletions

View File

@ -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={}),