From be3cd99dbc07f6148e9622d9b3816d6407f8d005 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 21 Jul 2016 17:05:23 +0000 Subject: [PATCH] Add missing require --- scripts/ldap-rootdse.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ldap-rootdse.nse b/scripts/ldap-rootdse.nse index 6adad7bb5..ffa902a12 100644 --- a/scripts/ldap-rootdse.nse +++ b/scripts/ldap-rootdse.nse @@ -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)