diff --git a/scripts/http-sap-netweaver-leak.nse b/scripts/http-sap-netweaver-leak.nse index 86a25b36c..fe4ecc8a6 100644 --- a/scripts/http-sap-netweaver-leak.nse +++ b/scripts/http-sap-netweaver-leak.nse @@ -1,6 +1,7 @@ local http = require "http" local shortport = require "shortport" local stdnse = require "stdnse" +local string = require "string" local vulns = require "vulns" local table = require "table"