Merge pull request #116 from guardicore/develop

Develop
This commit is contained in:
Daniel Goldberg 2018-04-02 18:31:08 +03:00 committed by GitHub
commit 9d2f3bfde2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -14,3 +14,4 @@ ecdsa
netifaces
mock
nose
ipaddress