From 88cbb875ceb45533784c0bb17718d6bd6f6ae7e4 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 19 Jan 2010 08:32:26 +0000 Subject: [PATCH] Another canonicalization fix (making the author line the same for scripts written by the same author -- among other minor benefits, makes it easy to count how many scripts each person has written) --- scripts/citrix-enum-apps.nse | 2 +- scripts/citrix-enum-servers.nse | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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