1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00

Added missing library requirements to dns-nsec3-enum

This commit is contained in:
aca
2012-06-15 23:37:29 +00:00
parent b10119bd9f
commit 8ad2c789b9

View File

@@ -5,6 +5,10 @@ local base32 = require "base32"
local openssl = require "openssl"
local msrpc = require "msrpc" -- just for random string generation
local math = require "math"
local bin = require "bin"
local nmap = require "nmap"
local string = require "string"
local table = require "table"
description = [[
Tries to enumerate domain names from the DNS server that supports DNSSEC