1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Played a round of nse_check_globals and fixed a bunch of reported problems.

This commit is contained in:
patrik
2012-06-15 19:32:36 +00:00
parent 38b26d0ccc
commit bb359adaa1
7 changed files with 18 additions and 13 deletions

View File

@@ -67,6 +67,7 @@ local mysql = require "mysql"
local nmap = require "nmap"
local shortport = require "shortport"
local stdnse = require "stdnse"
local string = require "string"
local table = require "table"
local vulns = require "vulns"
local openssl = stdnse.silent_require "openssl"