mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +00:00
Switched to using silent require for libssh2 in ssh-auth-methods
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local libssh2 = require "libssh2"
|
local libssh2 = stdnse.silent_require "libssh2"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Returns authenication methods a ssh server supports.
|
Returns authenication methods a ssh server supports.
|
||||||
|
|||||||
Reference in New Issue
Block a user