Move citrix-enum-apps.nse out of the intrusive category and into safe.

This commit is contained in:
david 2009-12-14 16:28:29 +00:00
parent 50f8718389
commit ae1d8e23ea
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ author = "Patrik Karlsson <patrik@cqure.net>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery","intrusive"}
categories = {"discovery","safe"}
require "comm"
require "shortport"
@ -154,4 +154,4 @@ action = function(host, port)
return stdnse.format_output(true, pa_list)
end
end