1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +00:00

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)

This commit is contained in:
fyodor
2010-01-19 08:32:26 +00:00
parent 785126a4a9
commit 88cbb875ce
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ Extract published applications from the ICA Browser service
-- Created 11/24/2009 - v0.1 - created by Patrik Karlsson <patrik@cqure.net>
-- Revised 11/25/2009 - v0.2 - fixed multiple packet response bug
author = "Patrik Karlsson <patrik@cqure.net>"
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -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 <patrik@cqure.net>"
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
end