1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00

Fixed categories on ssh-auth-methods

This commit is contained in:
devin
2014-08-14 03:14:50 +00:00
parent 63f997ed28
commit 3beac0c854

View File

@@ -23,6 +23,8 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
local username = stdnse.get_script_args("ssh.user") or stdnse.generate_random_string(5) local username = stdnse.get_script_args("ssh.user") or stdnse.generate_random_string(5)
portrule = shortport.port_or_service(22, 'ssh') portrule = shortport.port_or_service(22, 'ssh')
categories = {"safe"}
action = function (host, port) action = function (host, port)
local result = stdnse.output_table() local result = stdnse.output_table()