mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 01:29:22 +00:00
Add missing require in redis-info
This commit is contained in:
@@ -4,6 +4,7 @@ local nmap = require "nmap"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
local tab = require "tab"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Retrieves information (such as version number and architecture) from a Redis key-value store.
|
||||
|
||||
Reference in New Issue
Block a user