From 201a838e23c2ecc6d8e8e6e17d22b80b67207aca Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 21 Feb 2022 16:45:45 +0530 Subject: [PATCH] Island: Remove `skip_exploit_if_file_exist` from internal config --- .../cc/services/config_schema/internal.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/monkey/monkey_island/cc/services/config_schema/internal.py b/monkey/monkey_island/cc/services/config_schema/internal.py index 94a1f3603..c9325ab0e 100644 --- a/monkey/monkey_island/cc/services/config_schema/internal.py +++ b/monkey/monkey_island/cc/services/config_schema/internal.py @@ -252,20 +252,6 @@ INTERNAL = { "items": {"type": "string"}, "description": "List of SSH key pairs to use, when trying to ssh into servers", }, - "general": { - "title": "General", - "type": "object", - "properties": { - "skip_exploit_if_file_exist": { - "title": "Skip exploit if file exists", - "type": "boolean", - "default": False, - "description": "Determines whether the monkey should skip the exploit " - "if the monkey's file" - " is already on the remote machine", - } - }, - }, }, "smb_service": { "title": "SMB service",