mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Fixed categories on ssh-auth-methods
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user