From 80bc6e5778564c5e55f9c3881f6903288a1d88c9 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 27 Sep 2017 19:05:43 +0000 Subject: [PATCH] Cross reference ip-geolocation scripts --- scripts/ip-geolocation-geoplugin.nse | 5 +++++ scripts/ip-geolocation-ipinfodb.nse | 5 +++++ scripts/ip-geolocation-map-bing.nse | 6 ++++++ scripts/ip-geolocation-map-google.nse | 6 ++++++ scripts/ip-geolocation-map-kml.nse | 6 ++++++ scripts/ip-geolocation-maxmind.nse | 7 ++++++- 6 files changed, 34 insertions(+), 1 deletion(-) diff --git a/scripts/ip-geolocation-geoplugin.nse b/scripts/ip-geolocation-geoplugin.nse index e3ec9ab047..e62f41d945 100644 --- a/scripts/ip-geolocation-geoplugin.nse +++ b/scripts/ip-geolocation-geoplugin.nse @@ -21,6 +21,11 @@ is no limit on lookups using this service. -- | coordinates (lat,lon): 39.4208984375,-74.497703552246 -- |_ state: New Jersey, United States -- +-- @see ip-geolocation-ipinfodb.nse +-- @see ip-geolocation-map-bing.nse +-- @see ip-geolocation-map-google.nse +-- @see ip-geolocation-map-kml.nse +-- @see ip-geolocation-maxmind.nse author = "Gorjan Petrovski" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ip-geolocation-ipinfodb.nse b/scripts/ip-geolocation-ipinfodb.nse index 9deccb6c0e..b8fd73d863 100644 --- a/scripts/ip-geolocation-ipinfodb.nse +++ b/scripts/ip-geolocation-ipinfodb.nse @@ -28,6 +28,11 @@ needs to be obtained through free registration for this service: -- | coordinates (lat,lon): 37.5384,-121.99 -- |_ city: FREMONT, CALIFORNIA, UNITED STATES -- +-- @see ip-geolocation-geoplugin.nse +-- @see ip-geolocation-map-bing.nse +-- @see ip-geolocation-map-google.nse +-- @see ip-geolocation-map-kml.nse +-- @see ip-geolocation-maxmind.nse author = "Gorjan Petrovski" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ip-geolocation-map-bing.nse b/scripts/ip-geolocation-map-bing.nse index 33c83e8756..dcae9ab20e 100644 --- a/scripts/ip-geolocation-map-bing.nse +++ b/scripts/ip-geolocation-map-bing.nse @@ -52,6 +52,12 @@ Additional information for the Bing Maps REST Services API can be found at: -- @args ip-geolocation-map-bing.size The default value is '640x640' pixels, but -- can be changed so long as the width is between 80 and 2000 pixels and the -- height is between 80 and 1500 pixels. +-- +-- @see ip-geolocation-geoplugin.nse +-- @see ip-geolocation-ipinfodb.nse +-- @see ip-geolocation-map-google.nse +-- @see ip-geolocation-map-kml.nse +-- @see ip-geolocation-maxmind.nse author = "Mak Kolybabi " license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ip-geolocation-map-google.nse b/scripts/ip-geolocation-map-google.nse index f3738ce8c9..4341bb44bf 100644 --- a/scripts/ip-geolocation-map-google.nse +++ b/scripts/ip-geolocation-map-google.nse @@ -56,6 +56,12 @@ Additional information for the Google Static Maps API can be found at: -- @args ip-geolocation-map-google.size The default value is '640x640' pixels, -- but can be increased by Google Maps Premium customers. -- https://developers.google.com/maps/documentation/static-maps/intro#Imagesizes +-- +-- @see ip-geolocation-geoplugin.nse +-- @see ip-geolocation-ipinfodb.nse +-- @see ip-geolocation-map-bing.nse +-- @see ip-geolocation-map-kml.nse +-- @see ip-geolocation-maxmind.nse author = "Mak Kolybabi " license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ip-geolocation-map-kml.nse b/scripts/ip-geolocation-map-kml.nse index ade7b645bb..9ba18bfedd 100644 --- a/scripts/ip-geolocation-map-kml.nse +++ b/scripts/ip-geolocation-map-kml.nse @@ -18,6 +18,12 @@ the targets. -- |_ The map has been saved at 'map.kml'. -- -- @args ip-geolocation-map-kml.map_path (REQUIRED) +-- +-- @see ip-geolocation-geoplugin.nse +-- @see ip-geolocation-ipinfodb.nse +-- @see ip-geolocation-map-bing.nse +-- @see ip-geolocation-map-google.nse +-- @see ip-geolocation-maxmind.nse author = "Mak Kolybabi " license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ip-geolocation-maxmind.nse b/scripts/ip-geolocation-maxmind.nse index 5d6d8993fe..ef9c30290c 100644 --- a/scripts/ip-geolocation-maxmind.nse +++ b/scripts/ip-geolocation-maxmind.nse @@ -29,7 +29,12 @@ the commercial ones. -- | 74.207.244.221 (scanme.nmap.org) -- | coordinates (lat,lon): 39.4899,-74.4773 -- |_ city: Absecon, Philadelphia, PA, United States ---- +-- +-- @see ip-geolocation-geoplugin.nse +-- @see ip-geolocation-ipinfodb.nse +-- @see ip-geolocation-map-bing.nse +-- @see ip-geolocation-map-google.nse +-- @see ip-geolocation-map-kml.nse author = "Gorjan Petrovski" license = "Same as Nmap--See https://nmap.org/book/man-legal.html"