mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Added missing library requirements to dns-nsec3-enum
This commit is contained in:
parent
b10119bd9f
commit
8ad2c789b9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue