deleted unused ports

This commit is contained in:
ophirharpazg 2020-09-02 12:36:00 +03:00
parent 41c2555550
commit 5bf6f654e1
1 changed files with 0 additions and 1 deletions

View File

@ -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)