mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Add missing require
This commit is contained in:
@@ -3,6 +3,7 @@ local ldap = require "ldap"
|
|||||||
local nmap = require "nmap"
|
local nmap = require "nmap"
|
||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
|
local string = require "string"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Retrieves the LDAP root DSA-specific Entry (DSE)
|
Retrieves the LDAP root DSA-specific Entry (DSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user