forked from p34709852/monkey
Merge remote-tracking branch 'upstream/develop' into attack_module_load
This commit is contained in:
commit
fd9ffe5080
|
@ -36,7 +36,7 @@ class WebLogicExploiter(HostExploiter):
|
||||||
_TARGET_OS_TYPE = ['linux', 'windows']
|
_TARGET_OS_TYPE = ['linux', 'windows']
|
||||||
_EXPLOITED_SERVICE = 'Weblogic'
|
_EXPLOITED_SERVICE = 'Weblogic'
|
||||||
|
|
||||||
def exploit_host(self):
|
def _exploit_host(self):
|
||||||
exploiters = [WebLogic20192725, WebLogic201710271]
|
exploiters = [WebLogic20192725, WebLogic201710271]
|
||||||
for exploiter in exploiters:
|
for exploiter in exploiters:
|
||||||
if exploiter(self.host).exploit_host():
|
if exploiter(self.host).exploit_host():
|
||||||
|
|
Loading…
Reference in New Issue