forked from p34709852/monkey
commit
9d2f3bfde2
|
@ -204,7 +204,7 @@ class ElasticGroovyExploiter(HostExploiter):
|
||||||
"""
|
"""
|
||||||
result = self.attack_query(payload)
|
result = self.attack_query(payload)
|
||||||
if not result: # not vulnerable
|
if not result: # not vulnerable
|
||||||
return False
|
return ""
|
||||||
return result[0]
|
return result[0]
|
||||||
|
|
||||||
def attack_query(self, payload):
|
def attack_query(self, payload):
|
||||||
|
|
|
@ -14,3 +14,4 @@ ecdsa
|
||||||
netifaces
|
netifaces
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
|
ipaddress
|
Loading…
Reference in New Issue