mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
In r23085 (part of the silent require change), the require for ssh2 was accidentally deleted and that broke the script. Restored.
This commit is contained in:
parent
04b4baa747
commit
c2ff573967
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ categories = {"safe", "discovery"}
|
|||
require "shortport"
|
||||
require "stdnse"
|
||||
stdnse.silent_require "openssl"
|
||||
stdnse.silent_require "ssh2"
|
||||
|
||||
portrule = shortport.port_or_service(22, "ssh")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue