mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 13:19:04 +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:
@@ -23,6 +23,7 @@ categories = {"exploit", "vuln"}
|
||||
local http = require "http"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local url = require "url"
|
||||
|
||||
portrule = shortport.http
|
||||
|
||||
Reference in New Issue
Block a user