forked from p15670423/monkey
deleted unused ports
This commit is contained in:
parent
41c2555550
commit
5bf6f654e1
|
@ -21,7 +21,6 @@ LOG = logging.getLogger(__name__)
|
||||||
class DrupalExploiter(WebRCE):
|
class DrupalExploiter(WebRCE):
|
||||||
_TARGET_OS_TYPE = ['linux', 'windows']
|
_TARGET_OS_TYPE = ['linux', 'windows']
|
||||||
_EXPLOITED_SERVICE = 'Drupal Server'
|
_EXPLOITED_SERVICE = 'Drupal Server'
|
||||||
DRUPAL_PORTS = [[80, False], [443, True]]
|
|
||||||
|
|
||||||
def __init__(self, host):
|
def __init__(self, host):
|
||||||
super(DrupalExploiter, self).__init__(host)
|
super(DrupalExploiter, self).__init__(host)
|
||||||
|
|
Loading…
Reference in New Issue