mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
Removes unused dependencies from all files in scripts folder.
This commit is contained in:
@@ -4,7 +4,6 @@ local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local vulns = require "vulns"
|
||||
local json = require "json"
|
||||
local base64 = require "base64"
|
||||
local nmap = require "nmap"
|
||||
|
||||
description = [[
|
||||
@@ -208,4 +207,3 @@ action = function(host, port)
|
||||
cleanup()
|
||||
return report:make_output(vuln_table)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user