pull/208/head
Sebdraven 2018-06-29 17:26:56 +02:00
parent 78d6de9b7a
commit f1c6095914
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def expand_subdomains(api, domain):
status_ok = True
if 'subdomains' in results:
r.append({
'type': ['domain'],
'types': ['domain'],
'values': ['%s.%s' % (sub,domain) for sub in results['subdomains']],
'categories': ['Network activity'],
'comment': 'subdomains of %s' % domain