mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed categories on ssh-auth-methods
This commit is contained in:
parent
63f997ed28
commit
3beac0c854
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
portrule = shortport.port_or_service(22, 'ssh')
|
||||
|
||||
categories = {"safe"}
|
||||
|
||||
action = function (host, port)
|
||||
local result = stdnse.output_table()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue