forked from p15670423/monkey
BB: Add Tests comment to depth_2_a.py
This commit is contained in:
parent
cde0474eb2
commit
a605db7625
|
@ -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:
|
def _add_exploiters(agent_configuration: AgentConfiguration) -> AgentConfiguration:
|
||||||
brute_force = [
|
brute_force = [
|
||||||
PluginConfiguration(name="SSHExploiter", options={}),
|
PluginConfiguration(name="SSHExploiter", options={}),
|
||||||
|
|
Loading…
Reference in New Issue