forked from p34709852/monkey
Agent: Remove max victims to exploit option
This commit is contained in:
parent
f0e06274c6
commit
b02d277e55
|
@ -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
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
7001,
|
||||
8088
|
||||
],
|
||||
"victims_max_exploit": 100,
|
||||
"post_breach_actions": []
|
||||
custom_PBA_linux_cmd = ""
|
||||
custom_PBA_windows_cmd = ""
|
||||
|
|
Loading…
Reference in New Issue