forked from p34709852/monkey
Agent: Remove max victims to find option
This commit is contained in:
parent
4bbac53418
commit
4eca5b5a97
|
@ -103,9 +103,6 @@ class Configuration(object):
|
|||
exploiter_classes = []
|
||||
system_info_collector_classes = []
|
||||
|
||||
# how many victims to look for in a single scan iteration
|
||||
victims_max_find = 100
|
||||
|
||||
# how many victims to exploit before stopping
|
||||
victims_max_exploit = 100
|
||||
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
8088
|
||||
],
|
||||
"victims_max_exploit": 100,
|
||||
"victims_max_find": 100,
|
||||
"post_breach_actions": []
|
||||
custom_PBA_linux_cmd = ""
|
||||
custom_PBA_windows_cmd = ""
|
||||
|
|
Loading…
Reference in New Issue