mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
15a790d490
commit
3386ba1e2e
3 changed files with 122 additions and 0 deletions
|
|
@ -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", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue