diff --git a/scripts/distcc-CVE-2004-2687.nse b/scripts/distcc-CVE-2004-2687.nse index cacc756ec..5954ff450 100644 --- a/scripts/distcc-CVE-2004-2687.nse +++ b/scripts/distcc-CVE-2004-2687.nse @@ -35,6 +35,8 @@ present in modern implementation due to poor configuration of the service. -- @args cmd the command to run at the remote server -- +author = "Patrik Karlsson" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"exploit", "intrusive", "vuln"} local shortport = require('shortport') diff --git a/scripts/traceroute-geolocation.nse b/scripts/traceroute-geolocation.nse index e0825198e..e3c4daa22 100644 --- a/scripts/traceroute-geolocation.nse +++ b/scripts/traceroute-geolocation.nse @@ -31,6 +31,8 @@ local http = require("http") local json = require("json") local tab = require("tab") +author = "Patrik Karlsson" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"safe", "external", "discovery"} local arg_kmlfile = stdnse.get_script_args(SCRIPT_NAME .. ".kmlfile")