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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user