mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add missing library require
This commit is contained in:
parent
7b828b89b4
commit
98ab8c298b
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue