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