From 110d9b7adf657701f8336f406dd3d66ef5bf371d Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 6 Nov 2018 15:07:01 +0000 Subject: [PATCH] Fix wrong library typo --- scripts/ajp-methods.nse | 2 +- scripts/bitcoinrpc-info.nse | 2 +- scripts/dns-nsec3-enum.nse | 2 +- scripts/duplicates.nse | 2 +- scripts/fcrdns.nse | 2 +- scripts/fingerprint-strings.nse | 2 +- scripts/hostmap-crtsh.nse | 2 +- scripts/http-affiliate-id.nse | 2 +- scripts/http-cross-domain-policy.nse | 2 +- scripts/http-grep.nse | 2 +- scripts/http-methods.nse | 2 +- scripts/http-webdav-scan.nse | 2 +- scripts/ms-sql-tables.nse | 2 +- scripts/nbd-info.nse | 2 +- scripts/reverse-index.nse | 2 +- scripts/smb-enum-groups.nse | 2 +- scripts/ssh-hostkey.nse | 2 +- scripts/ssl-ccs-injection.nse | 2 +- scripts/ssl-heartbleed.nse | 2 +- scripts/sslv2-drown.nse | 2 +- scripts/targets-ipv6-multicast-mld.nse | 2 +- scripts/tls-ticketbleed.nse | 2 +- scripts/xmlrpc-methods.nse | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/scripts/ajp-methods.nse b/scripts/ajp-methods.nse index 121df5be7..f8d62c76b 100644 --- a/scripts/ajp-methods.nse +++ b/scripts/ajp-methods.nse @@ -3,7 +3,7 @@ local shortport = require "shortport" local stdnse = require "stdnse" local stringaux = require "stringaux" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Discovers which options are supported by the AJP (Apache JServ diff --git a/scripts/bitcoinrpc-info.nse b/scripts/bitcoinrpc-info.nse index d83a1393f..66208a675 100644 --- a/scripts/bitcoinrpc-info.nse +++ b/scripts/bitcoinrpc-info.nse @@ -6,7 +6,7 @@ local shortport = require "shortport" local stdnse = require "stdnse" local string = require "string" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Obtains information from a Bitcoin server by calling getinfo on its JSON-RPC interface. diff --git a/scripts/dns-nsec3-enum.nse b/scripts/dns-nsec3-enum.nse index 01e1984c7..3f3983549 100644 --- a/scripts/dns-nsec3-enum.nse +++ b/scripts/dns-nsec3-enum.nse @@ -6,7 +6,7 @@ local nmap = require "nmap" local string = require "string" local stringaux = require "stringaux" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local rand = require "rand" local openssl = stdnse.silent_require "openssl" diff --git a/scripts/duplicates.nse b/scripts/duplicates.nse index fcc4bc098..04543d47e 100644 --- a/scripts/duplicates.nse +++ b/scripts/duplicates.nse @@ -3,7 +3,7 @@ local nmap = require "nmap" local ssh1 = require "ssh1" local stdnse = require "stdnse" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Attempts to discover multihomed systems by analysing and comparing diff --git a/scripts/fcrdns.nse b/scripts/fcrdns.nse index f94957e8c..e2a51b178 100644 --- a/scripts/fcrdns.nse +++ b/scripts/fcrdns.nse @@ -4,7 +4,7 @@ local nmap = require "nmap" local stdnse = require "stdnse" local string = require "string" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Performs a Forward-confirmed Reverse DNS lookup and reports anomalous results. diff --git a/scripts/fingerprint-strings.nse b/scripts/fingerprint-strings.nse index adc8c41a0..b75da97ea 100644 --- a/scripts/fingerprint-strings.nse +++ b/scripts/fingerprint-strings.nse @@ -3,7 +3,7 @@ local nmap = require "nmap" local lpeg = require "lpeg" local U = require "lpeg-utility" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Prints the readable strings from service fingerprints of unknown services. diff --git a/scripts/hostmap-crtsh.nse b/scripts/hostmap-crtsh.nse index dd520d462..06e722848 100644 --- a/scripts/hostmap-crtsh.nse +++ b/scripts/hostmap-crtsh.nse @@ -51,7 +51,7 @@ local string = require "string" local stringaux = require "stringaux" local target = require "target" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" -- Different from stdnse.get_hostname -- this function returns nil if the host is only known by IP address diff --git a/scripts/http-affiliate-id.nse b/scripts/http-affiliate-id.nse index 0f41ce1a2..72c4a1f23 100644 --- a/scripts/http-affiliate-id.nse +++ b/scripts/http-affiliate-id.nse @@ -4,7 +4,7 @@ local re = require "re" local shortport = require "shortport" local stdnse = require "stdnse" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Grabs affiliate network IDs (e.g. Google AdSense or Analytics, Amazon diff --git a/scripts/http-cross-domain-policy.nse b/scripts/http-cross-domain-policy.nse index 88cb8bef3..76da3b3bf 100644 --- a/scripts/http-cross-domain-policy.nse +++ b/scripts/http-cross-domain-policy.nse @@ -4,7 +4,7 @@ local vulns = require "vulns" local nmap = require "nmap" local shortport = require "shortport" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local string = require "string" local slaxml = require "slaxml" diff --git a/scripts/http-grep.nse b/scripts/http-grep.nse index 350f7c3b1..4df4f9143 100644 --- a/scripts/http-grep.nse +++ b/scripts/http-grep.nse @@ -3,7 +3,7 @@ local httpspider = require "httpspider" local shortport = require "shortport" local stdnse = require "stdnse" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ diff --git a/scripts/http-methods.nse b/scripts/http-methods.nse index 923a6a61f..ab724a552 100644 --- a/scripts/http-methods.nse +++ b/scripts/http-methods.nse @@ -5,7 +5,7 @@ local stdnse = require "stdnse" local string = require "string" local stringaux = require "stringaux" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local rand = require "rand" description = [[ diff --git a/scripts/http-webdav-scan.nse b/scripts/http-webdav-scan.nse index 75d056103..68029aae1 100644 --- a/scripts/http-webdav-scan.nse +++ b/scripts/http-webdav-scan.nse @@ -1,7 +1,7 @@ local http = require "http" local ipOps = require "ipOps" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local shortport = require "shortport" local stdnse = require "stdnse" diff --git a/scripts/ms-sql-tables.nse b/scripts/ms-sql-tables.nse index c69c8c21b..dbeb3e538 100644 --- a/scripts/ms-sql-tables.nse +++ b/scripts/ms-sql-tables.nse @@ -2,7 +2,7 @@ local mssql = require "mssql" local stdnse = require "stdnse" local string = require "string" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" -- -*- mode: lua -*- -- vim: set filetype=lua : diff --git a/scripts/nbd-info.nse b/scripts/nbd-info.nse index 60a9aa99c..ba233d033 100644 --- a/scripts/nbd-info.nse +++ b/scripts/nbd-info.nse @@ -2,7 +2,7 @@ local nbd = require "nbd" local shortport = require "shortport" local stdnse = require "stdnse" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Displays protocol and block device information from NBD servers. diff --git a/scripts/reverse-index.nse b/scripts/reverse-index.nse index 715d0bfb3..993fcf09a 100644 --- a/scripts/reverse-index.nse +++ b/scripts/reverse-index.nse @@ -2,7 +2,7 @@ local ipOps = require "ipOps" local nmap = require "nmap" local stdnse = require "stdnse" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Creates a reverse index at the end of scan output showing which hosts run a diff --git a/scripts/smb-enum-groups.nse b/scripts/smb-enum-groups.nse index fd491960c..c24308ffe 100644 --- a/scripts/smb-enum-groups.nse +++ b/scripts/smb-enum-groups.nse @@ -3,7 +3,7 @@ local smb = require "smb" local stdnse = require "stdnse" local string = require "string" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Obtains a list of groups from the remote Windows system, as well as a list of the group's users. diff --git a/scripts/ssh-hostkey.nse b/scripts/ssh-hostkey.nse index 2e4248797..d1e17ec40 100644 --- a/scripts/ssh-hostkey.nse +++ b/scripts/ssh-hostkey.nse @@ -7,7 +7,7 @@ local stdnse = require "stdnse" local string = require "string" local stringaux = require "stringaux" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local base64 = require "base64" local comm = require "comm" diff --git a/scripts/ssl-ccs-injection.nse b/scripts/ssl-ccs-injection.nse index 4be7d50dd..fd34bb151 100644 --- a/scripts/ssl-ccs-injection.nse +++ b/scripts/ssl-ccs-injection.nse @@ -4,7 +4,7 @@ local sslcert = require('sslcert') local stdnse = require('stdnse') local vulns = require('vulns') local tls = require 'tls' -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Detects whether a server is vulnerable to the SSL/TLS "CCS Injection" diff --git a/scripts/ssl-heartbleed.nse b/scripts/ssl-heartbleed.nse index 586268f9c..34560d989 100644 --- a/scripts/ssl-heartbleed.nse +++ b/scripts/ssl-heartbleed.nse @@ -4,7 +4,7 @@ local shortport = require('shortport') local sslcert = require('sslcert') local stdnse = require('stdnse') local string = require "string" -local tableaux = require "table" +local tableaux = require "tableaux" local vulns = require('vulns') local have_tls, tls = pcall(require,'tls') assert(have_tls, "This script requires the tls.lua library from https://nmap.org/nsedoc/lib/tls.html") diff --git a/scripts/sslv2-drown.nse b/scripts/sslv2-drown.nse index b725ff476..88e94d33e 100644 --- a/scripts/sslv2-drown.nse +++ b/scripts/sslv2-drown.nse @@ -1,7 +1,7 @@ local nmap = require "nmap" local shortport = require "shortport" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local stdnse = require "stdnse" local string = require "string" local sslcert = require "sslcert" diff --git a/scripts/targets-ipv6-multicast-mld.nse b/scripts/targets-ipv6-multicast-mld.nse index 6a48418bf..e1187c0f8 100644 --- a/scripts/targets-ipv6-multicast-mld.nse +++ b/scripts/targets-ipv6-multicast-mld.nse @@ -4,7 +4,7 @@ local nmap = require "nmap" local stdnse = require "stdnse" local tab = require "tab" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" local target = require "target" local multicast = require "multicast" diff --git a/scripts/tls-ticketbleed.nse b/scripts/tls-ticketbleed.nse index f1188e981..7bbc605eb 100644 --- a/scripts/tls-ticketbleed.nse +++ b/scripts/tls-ticketbleed.nse @@ -4,7 +4,7 @@ local shortport = require("shortport") local sslcert = require("sslcert") local stdnse = require("stdnse") local table = require("table") -local tableaux = require "table" +local tableaux = require "tableaux" local tls = require "tls" local vulns = require("vulns") local rand = require "rand" diff --git a/scripts/xmlrpc-methods.nse b/scripts/xmlrpc-methods.nse index c518d00de..96102fc42 100644 --- a/scripts/xmlrpc-methods.nse +++ b/scripts/xmlrpc-methods.nse @@ -6,7 +6,7 @@ local stdnse = require "stdnse" local strbuf = require "strbuf" local string = require "string" local table = require "table" -local tableaux = require "table" +local tableaux = require "tableaux" description = [[ Performs XMLRPC Introspection via the system.listMethods method.