Merge branch 'master' of github.com:MISP/misp-modules

pull/163/head
chrisr3d 2018-02-20 15:18:45 +01:00
commit 11dddb974b
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ def getMoreInfo(req, key):
# Get all hashes first
hashes = []
hashes = findAll(req, ["md5", "sha1", "sha256", "sha512"])
r.append({"types": ["md5", "sha1", "sha256", "sha512"], "values": hashes})
r.append({"types": ["freetext"], "values": hashes})
for hsh in hashes[:limit]:
# Search VT for some juicy info
try: