diff --git a/monkey/infection_monkey/exploit/drupal.py b/monkey/infection_monkey/exploit/drupal.py index 3a333d827..a5d162167 100644 --- a/monkey/infection_monkey/exploit/drupal.py +++ b/monkey/infection_monkey/exploit/drupal.py @@ -21,7 +21,6 @@ LOG = logging.getLogger(__name__) class DrupalExploiter(WebRCE): _TARGET_OS_TYPE = ['linux', 'windows'] _EXPLOITED_SERVICE = 'Drupal Server' - DRUPAL_PORTS = [[80, False], [443, True]] def __init__(self, host): super(DrupalExploiter, self).__init__(host)