mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add missing require
This commit is contained in:
parent
033d77540a
commit
be3cd99dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ local ldap = require "ldap"
|
|||
local nmap = require "nmap"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
|
||||
description = [[
|
||||
Retrieves the LDAP root DSA-specific Entry (DSE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue