From 4eca5b5a97f1861180940abd9e99aa2f70752366 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Tue, 14 Dec 2021 10:11:46 +0100 Subject: [PATCH] Agent: Remove max victims to find option --- monkey/infection_monkey/config.py | 3 --- monkey/infection_monkey/example.conf | 1 - 2 files changed, 4 deletions(-) diff --git a/monkey/infection_monkey/config.py b/monkey/infection_monkey/config.py index 557ecdf0f..9cde95491 100644 --- a/monkey/infection_monkey/config.py +++ b/monkey/infection_monkey/config.py @@ -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 diff --git a/monkey/infection_monkey/example.conf b/monkey/infection_monkey/example.conf index 8468b1422..d057b07a6 100644 --- a/monkey/infection_monkey/example.conf +++ b/monkey/infection_monkey/example.conf @@ -74,7 +74,6 @@ 8088 ], "victims_max_exploit": 100, - "victims_max_find": 100, "post_breach_actions": [] custom_PBA_linux_cmd = "" custom_PBA_windows_cmd = ""