operating-system may not be present in results

This commit is contained in:
Aaron Meihm 2016-11-21 14:43:51 -06:00
Родитель d0c0758e1d
Коммит b6d361d18b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,7 @@ class ScanAPIParser(object):
if thishostinfo != None:
s['ipaddress'] = thishostinfo['host-ip']
if thishostinfo != None:
if thishostinfo != None and 'operating-system' in thishostinfo:
s['os'] = thishostinfo['operating-system']
# attempt to extract kernel hostname