You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/opt/scripts/Nmap-XML-to-CSV/xml2csv.py", line 332, in <module>
main()
File "/opt/scripts/Nmap-XML-to-CSV/xml2csv.py", line 254, in main
data = parse_xml(filename)
File "/opt/scripts/Nmap-XML-to-CSV/xml2csv.py", line 118, in parse_xml
scan_data = get_host_data(root)
File "/opt/scripts/Nmap-XML-to-CSV/xml2csv.py", line 74, in get_host_data
service = port.findall('service')[0].attrib['name']
KeyError: 'name'
The text was updated successfully, but these errors were encountered:
error python 3.9
The text was updated successfully, but these errors were encountered: