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
Describe the bug
When capturing GPS data with Angryoxide, the devices table is empty. kismetdb_to_kml fails on angryoxide.kismet. Version 0.8.28. GPS data is captured in the packets table so I was able to get what I needed correlating the SSID from the pcap and comparing the MAC to the packets table but converting as-is doesn’t work.
To Reproduce
Steps to reproduce the behavior:
Capture with GPS data
Quit
Observe the SQLite database table devices is empty with command line sqlite3 or a database viewer.
Attempt to convert the SQLite database with kismetdb_to_kml
Expected behavior
KML conversion works as expected.
Screenshots
** Hardware (please complete the following information):**
Additional context
The text was updated successfully, but these errors were encountered:
I should be more clear about the kismetdb in the docs. The reason we aren’t filling out the rest of the database is that we aren’t using it as an internal data store like Kismet, and aren’t correlating the same information. Doing so would be computationally more expensive for the sole purpose of filling it out. I didn’t know that the kml script was using that database at all.
Let me look into what the extra lift would be to fill this data out.
Describe the bug
When capturing GPS data with Angryoxide, the devices table is empty. kismetdb_to_kml fails on angryoxide.kismet. Version 0.8.28. GPS data is captured in the packets table so I was able to get what I needed correlating the SSID from the pcap and comparing the MAC to the packets table but converting as-is doesn’t work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
KML conversion works as expected.
Screenshots
** Hardware (please complete the following information):**
Additional context
The text was updated successfully, but these errors were encountered: