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
I am getting the following error when running your script:
[*] NETXML to CSV Converter by Meatballs
[+] Parsing 'Kismet-20180407-21-26-59-1.netxml'.
[+] Outputting to 'Kismet-20180407-21-26-59-1.csv' Traceback (most recent call last):
File "./out.py", line 139, in <module>
run()
File "./out.py", line 30, in run
result, clients = parse_net_xml(doc)
File "./out.py", line 49, in parse_net_xml
if (count % tenth) == 0:
ZeroDivisionError: integer division or modulo by zero
This is with Kismet 2016_07_R1-1 generated netxml file.
The text was updated successfully, but these errors were encountered:
Hi,
I am getting the following error when running your script:
This is with Kismet 2016_07_R1-1 generated netxml file.
The text was updated successfully, but these errors were encountered: