diff --git a/scripts/citrix-enum-apps.nse b/scripts/citrix-enum-apps.nse index f7494039b..ef3ca8ae3 100644 --- a/scripts/citrix-enum-apps.nse +++ b/scripts/citrix-enum-apps.nse @@ -20,7 +20,7 @@ Extract published applications from the ICA Browser service -- Created 11/24/2009 - v0.1 - created by Patrik Karlsson -- Revised 11/25/2009 - v0.2 - fixed multiple packet response bug -author = "Patrik Karlsson " +author = "Patrik Karlsson" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/citrix-enum-servers.nse b/scripts/citrix-enum-servers.nse index 352ed13d9..71e49e2b7 100644 --- a/scripts/citrix-enum-servers.nse +++ b/scripts/citrix-enum-servers.nse @@ -19,7 +19,7 @@ Extract a list of Citrix servers from the ICA Browser service -- Revised 11/26/2009 - v0.2 - minor packet documentation -author = "Patrik Karlsson " +author = "Patrik Karlsson" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} @@ -138,4 +138,4 @@ action = function(host, port) return stdnse.format_output(true, server_list) -end \ No newline at end of file +end