Agent: Remove max victims to exploit option

This commit is contained in:
Ilija Lazoroski 2021-12-14 11:34:51 +01:00
parent f0e06274c6
commit b02d277e55
2 changed files with 0 additions and 4 deletions

View File

@ -103,9 +103,6 @@ class Configuration(object):
exploiter_classes = []
system_info_collector_classes = []
# how many victims to exploit before stopping
victims_max_exploit = 100
# depth of propagation
depth = 2
max_depth = None

View File

@ -73,7 +73,6 @@
7001,
8088
],
"victims_max_exploit": 100,
"post_breach_actions": []
custom_PBA_linux_cmd = ""
custom_PBA_windows_cmd = ""