forked from p15670423/monkey
BB: Change scan list order in test_depth_3_a() to decrease runtime
This commit is contained in:
parent
a2c3b74d09
commit
c74f0ed472
|
@ -19,11 +19,11 @@ class Depth3A(ConfigTemplate):
|
||||||
"WmiExploiter",
|
"WmiExploiter",
|
||||||
],
|
],
|
||||||
"basic_network.scope.subnet_scan_list": [
|
"basic_network.scope.subnet_scan_list": [
|
||||||
|
"10.2.2.9",
|
||||||
"10.2.3.45",
|
"10.2.3.45",
|
||||||
"10.2.3.46",
|
"10.2.3.46",
|
||||||
"10.2.3.47",
|
"10.2.3.47",
|
||||||
"10.2.3.48",
|
"10.2.3.48",
|
||||||
"10.2.2.9",
|
|
||||||
"10.2.1.10",
|
"10.2.1.10",
|
||||||
"10.2.0.12",
|
"10.2.0.12",
|
||||||
"10.2.0.11",
|
"10.2.0.11",
|
||||||
|
|
Loading…
Reference in New Issue