-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geoip map #606
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!