Geoip map#606
Conversation
|
@mogigoma This is looking good! There were a couple issues with missing libraries (string, table), and one place where you used Of a bit more concern, when I use the KML script with For the KML script, if your output is just a message as a string, it's ok to just return that. No need to mess around with Try to reduce the number of calls to Overall, this looks great, and I'd like to get it done this week. |
|
I had the Git hook in place but it was failing without me noticing due to reinstalling and not having lua5.2 and pep8 installed. Ran all files through For the KML, swapped lat and lon and added protections in the library against nonsensical GPS coords. KML script now has fewer concats and inserts. Used |
Let's get this into Nmap!