From aed9c4ae564ce412874ae7ac5bd758c377464e61 Mon Sep 17 00:00:00 2001 From: Shreya Date: Thu, 6 May 2021 16:54:11 +0530 Subject: [PATCH] Remove unused `should_exploit` in `infection_monkey/config.py` and `infection_monkey/example.conf` --- monkey/infection_monkey/config.py | 1 - monkey/infection_monkey/example.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/monkey/infection_monkey/config.py b/monkey/infection_monkey/config.py index 349c12f0d..ad37bf837 100644 --- a/monkey/infection_monkey/config.py +++ b/monkey/infection_monkey/config.py @@ -188,7 +188,6 @@ class Configuration(object): # exploiters config ########################### - should_exploit = True skip_exploit_if_file_exist = False ms08_067_exploit_attempts = 5 diff --git a/monkey/infection_monkey/example.conf b/monkey/infection_monkey/example.conf index cf9d2ed70..b27f2f3cc 100644 --- a/monkey/infection_monkey/example.conf +++ b/monkey/infection_monkey/example.conf @@ -1,5 +1,4 @@ { - "should_exploit": true, "command_servers": [ "192.0.2.0:5000" ],