1
0
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:
batrick
2012-06-05 15:21:54 +00:00
parent 3444074ea1
commit be0af7b304
7 changed files with 20 additions and 9 deletions

View File

@@ -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.