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