mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Use stdnse.silent_require where needed.
This is required for scripts that require "openssl", but also transitively for script that require a library that requires "openssl".
This commit is contained in:
@@ -21,7 +21,8 @@ Performs brute force password auditing against the rsync remote file syncing pro
|
||||
|
||||
require 'shortport'
|
||||
require 'brute'
|
||||
require 'rsync'
|
||||
require 'stdnse'
|
||||
stdnse.silent_require('rsync')
|
||||
|
||||
author = "Patrik Karlsson"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
Reference in New Issue
Block a user