BB: Change scan list order in test_depth_3_a() to decrease runtime

This commit is contained in:
Mike Salvatore 2022-04-14 13:53:04 -04:00
parent a2c3b74d09
commit c74f0ed472
1 changed files with 1 additions and 1 deletions

View File

@ -19,11 +19,11 @@ class Depth3A(ConfigTemplate):
"WmiExploiter",
],
"basic_network.scope.subnet_scan_list": [
"10.2.2.9",
"10.2.3.45",
"10.2.3.46",
"10.2.3.47",
"10.2.3.48",
"10.2.2.9",
"10.2.1.10",
"10.2.0.12",
"10.2.0.11",