1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Add missing library require

This commit is contained in:
dmiller
2019-02-11 18:07:07 +00:00
parent 7b828b89b4
commit 98ab8c298b

View File

@@ -1,6 +1,7 @@
local http = require "http"
local shortport = require "shortport"
local stdnse = require "stdnse"
local string = require "string"
local vulns = require "vulns"
local table = require "table"