mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix wrong library typo
This commit is contained in:
@@ -3,7 +3,7 @@ local shortport = require "shortport"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local stringaux = require "stringaux"
|
local stringaux = require "stringaux"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Discovers which options are supported by the AJP (Apache JServ
|
Discovers which options are supported by the AJP (Apache JServ
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ local shortport = require "shortport"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Obtains information from a Bitcoin server by calling <code>getinfo</code> on its JSON-RPC interface.
|
Obtains information from a Bitcoin server by calling <code>getinfo</code> on its JSON-RPC interface.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ local nmap = require "nmap"
|
|||||||
local string = require "string"
|
local string = require "string"
|
||||||
local stringaux = require "stringaux"
|
local stringaux = require "stringaux"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local rand = require "rand"
|
local rand = require "rand"
|
||||||
|
|
||||||
local openssl = stdnse.silent_require "openssl"
|
local openssl = stdnse.silent_require "openssl"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local nmap = require "nmap"
|
|||||||
local ssh1 = require "ssh1"
|
local ssh1 = require "ssh1"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Attempts to discover multihomed systems by analysing and comparing
|
Attempts to discover multihomed systems by analysing and comparing
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local nmap = require "nmap"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Performs a Forward-confirmed Reverse DNS lookup and reports anomalous results.
|
Performs a Forward-confirmed Reverse DNS lookup and reports anomalous results.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local nmap = require "nmap"
|
|||||||
local lpeg = require "lpeg"
|
local lpeg = require "lpeg"
|
||||||
local U = require "lpeg-utility"
|
local U = require "lpeg-utility"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Prints the readable strings from service fingerprints of unknown services.
|
Prints the readable strings from service fingerprints of unknown services.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ local string = require "string"
|
|||||||
local stringaux = require "stringaux"
|
local stringaux = require "stringaux"
|
||||||
local target = require "target"
|
local target = require "target"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
-- Different from stdnse.get_hostname
|
-- Different from stdnse.get_hostname
|
||||||
-- this function returns nil if the host is only known by IP address
|
-- this function returns nil if the host is only known by IP address
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local re = require "re"
|
|||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Grabs affiliate network IDs (e.g. Google AdSense or Analytics, Amazon
|
Grabs affiliate network IDs (e.g. Google AdSense or Analytics, Amazon
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local vulns = require "vulns"
|
|||||||
local nmap = require "nmap"
|
local nmap = require "nmap"
|
||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local slaxml = require "slaxml"
|
local slaxml = require "slaxml"
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local httpspider = require "httpspider"
|
|||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ local stdnse = require "stdnse"
|
|||||||
local string = require "string"
|
local string = require "string"
|
||||||
local stringaux = require "stringaux"
|
local stringaux = require "stringaux"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local rand = require "rand"
|
local rand = require "rand"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
local http = require "http"
|
local http = require "http"
|
||||||
local ipOps = require "ipOps"
|
local ipOps = require "ipOps"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ local mssql = require "mssql"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
-- -*- mode: lua -*-
|
-- -*- mode: lua -*-
|
||||||
-- vim: set filetype=lua :
|
-- vim: set filetype=lua :
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ local nbd = require "nbd"
|
|||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Displays protocol and block device information from NBD servers.
|
Displays protocol and block device information from NBD servers.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ local ipOps = require "ipOps"
|
|||||||
local nmap = require "nmap"
|
local nmap = require "nmap"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Creates a reverse index at the end of scan output showing which hosts run a
|
Creates a reverse index at the end of scan output showing which hosts run a
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local smb = require "smb"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Obtains a list of groups from the remote Windows system, as well as a list of the group's users.
|
Obtains a list of groups from the remote Windows system, as well as a list of the group's users.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ local stdnse = require "stdnse"
|
|||||||
local string = require "string"
|
local string = require "string"
|
||||||
local stringaux = require "stringaux"
|
local stringaux = require "stringaux"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local base64 = require "base64"
|
local base64 = require "base64"
|
||||||
local comm = require "comm"
|
local comm = require "comm"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local sslcert = require('sslcert')
|
|||||||
local stdnse = require('stdnse')
|
local stdnse = require('stdnse')
|
||||||
local vulns = require('vulns')
|
local vulns = require('vulns')
|
||||||
local tls = require 'tls'
|
local tls = require 'tls'
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Detects whether a server is vulnerable to the SSL/TLS "CCS Injection"
|
Detects whether a server is vulnerable to the SSL/TLS "CCS Injection"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local shortport = require('shortport')
|
|||||||
local sslcert = require('sslcert')
|
local sslcert = require('sslcert')
|
||||||
local stdnse = require('stdnse')
|
local stdnse = require('stdnse')
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local vulns = require('vulns')
|
local vulns = require('vulns')
|
||||||
local have_tls, tls = pcall(require,'tls')
|
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")
|
assert(have_tls, "This script requires the tls.lua library from https://nmap.org/nsedoc/lib/tls.html")
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
local nmap = require "nmap"
|
local nmap = require "nmap"
|
||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local sslcert = require "sslcert"
|
local sslcert = require "sslcert"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local nmap = require "nmap"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local tab = require "tab"
|
local tab = require "tab"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local target = require "target"
|
local target = require "target"
|
||||||
local multicast = require "multicast"
|
local multicast = require "multicast"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ local shortport = require("shortport")
|
|||||||
local sslcert = require("sslcert")
|
local sslcert = require("sslcert")
|
||||||
local stdnse = require("stdnse")
|
local stdnse = require("stdnse")
|
||||||
local table = require("table")
|
local table = require("table")
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
local tls = require "tls"
|
local tls = require "tls"
|
||||||
local vulns = require("vulns")
|
local vulns = require("vulns")
|
||||||
local rand = require "rand"
|
local rand = require "rand"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ local stdnse = require "stdnse"
|
|||||||
local strbuf = require "strbuf"
|
local strbuf = require "strbuf"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local tableaux = require "table"
|
local tableaux = require "tableaux"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Performs XMLRPC Introspection via the system.listMethods method.
|
Performs XMLRPC Introspection via the system.listMethods method.
|
||||||
|
|||||||
Reference in New Issue
Block a user