1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

o [NSE] Added the script traceroute-geolocation that queries geographic

locations of each traceroute hop and allows to export the results to KLM,
  allowing the hops to be plotted on a map. [Patrik Karlsson]
This commit is contained in:
patrik
2012-04-17 19:39:27 +00:00
parent 15a790d490
commit 3386ba1e2e
3 changed files with 122 additions and 0 deletions

View File

@@ -339,6 +339,7 @@ Entry { filename = "targets-traceroute.nse", categories = { "discovery", "safe",
Entry { filename = "telnet-brute.nse", categories = { "brute", "intrusive", } }
Entry { filename = "telnet-encryption.nse", categories = { "discovery", "safe", } }
Entry { filename = "tftp-enum.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "traceroute-geolocation.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "unusual-port.nse", categories = { "safe", } }
Entry { filename = "upnp-info.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "url-snarf.nse", categories = { "safe", } }