Skip to content

Commit 444a3dd

Browse files
BB: Add SNMP configuration to depth_1_a grouped tests
Issue: #3234 PR:
1 parent 052016d commit 444a3dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

envs/monkey_zoo/blackbox/test_configurations/depth_1_a.py

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# Log4shell (10.2.3.55, 10.2.3.56, 10.2.3.49, 10.2.3.50, 10.2.3.51, 10.2.3.52)
2323
# MSSQL (10.2.2.16)
2424
# SMB mimikatz password stealing and brute force (10.2.2.14 and 10.2.2.15)
25+
# SNMP (10.2.3.20)
2526

2627

2728
def _add_exploiters(agent_configuration: AgentConfiguration) -> AgentConfiguration:
@@ -35,6 +36,7 @@ def _add_exploiters(agent_configuration: AgentConfiguration) -> AgentConfigurati
3536
"Log4ShellExploiter": {},
3637
"MSSQLExploiter": {},
3738
"SMB": {"agent_binary_upload_timeout": 30, "smb_connect_timeout": 15},
39+
"SNMP": {"agent_binary_download_timeout": 60},
3840
}
3941

4042
return add_exploiters(agent_configuration, exploiters=exploiters)
@@ -59,6 +61,7 @@ def _add_subnets(agent_configuration: AgentConfiguration) -> AgentConfiguration:
5961
"10.2.2.16",
6062
"10.2.2.14",
6163
"10.2.2.15",
64+
"10.2.3.20",
6265
]
6366
return add_subnets(agent_configuration, subnets)
6467

@@ -92,6 +95,7 @@ def _add_http_ports(agent_configuration: AgentConfiguration) -> AgentConfigurati
9295

9396
CREDENTIALS = (
9497
Credentials(identity=Username(username="m0nk3y"), secret=None),
98+
Credentials(identity=Username(username="c0mmun1ty"), secret=None),
9599
Credentials(identity=None, secret=Password(password="Ivrrw5zEzs")),
96100
Credentials(identity=None, secret=Password(password="Xk8VDTsC")),
97101
)

0 commit comments

Comments
 (0)