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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user