1
0
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:
dmiller
2014-01-31 17:36:02 +00:00
parent 078aa688c9
commit bcf991c128

View File

@@ -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.