mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Add some missing library requires. Patch generated by
$ nse_check_globals --patch with some modifications for format consistency.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
local bin = require "bin"
|
||||
local rmi = require "rmi"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local vulns = require "vulns"
|
||||
local rmi = require "rmi"
|
||||
|
||||
description = [[
|
||||
Checks if rmiregistry allows class loading.
|
||||
|
||||
Reference in New Issue
Block a user