mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +00:00
Fixed global assignments with nse_check_globals
All fixes made by hand. A couple real bugs/errors fixed, due to copy-paste of code from other scripts without changing variable names.
This commit is contained in:
@@ -46,8 +46,10 @@ categories = {"external", "discovery"}
|
||||
|
||||
local dns = require "dns"
|
||||
local ipOps = require "ipOps"
|
||||
local io = require "io"
|
||||
local http = require "http"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local target = require "target"
|
||||
|
||||
local HOSTMAP_BING_SERVER = "www.ip2hosts.com"
|
||||
|
||||
Reference in New Issue
Block a user