From c58b302ee11fec1c2e65bc025db2656b7b409ad8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 16 Nov 2012 09:13:53 +0000 Subject: [PATCH] Fix some more typos and spelling errors --- scripts/bjnp-discover.nse | 4 ++-- scripts/broadcast-pim-discovery.nse | 2 +- scripts/http-icloud-sendmsg.nse | 2 +- scripts/http-slowloris.nse | 2 +- scripts/http-virustotal.nse | 4 ++-- scripts/ipv6-ra-flood.nse | 4 ++-- scripts/oracle-brute-stealth.nse | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/bjnp-discover.nse b/scripts/bjnp-discover.nse index 47e84c727..6df778321 100644 --- a/scripts/bjnp-discover.nse +++ b/scripts/bjnp-discover.nse @@ -1,5 +1,5 @@ description = [[ -Retrievs printer or scanner information from a remote device supporting the +Retrieves printer or scanner information from a remote device supporting the BJNP protocol. The protocol is known to be supported by network based Canon devices. ]] @@ -47,4 +47,4 @@ action = function(host, port) end helper:close() return stdnse.format_output(true, attrs) -end \ No newline at end of file +end diff --git a/scripts/broadcast-pim-discovery.nse b/scripts/broadcast-pim-discovery.nse index f86006199..82472e20a 100644 --- a/scripts/broadcast-pim-discovery.nse +++ b/scripts/broadcast-pim-discovery.nse @@ -9,7 +9,7 @@ local math = require "math" local string = require "string" description = [[ -Discovers routers that are running PIM (Protocol Independant Multicast). +Discovers routers that are running PIM (Protocol Independent Multicast). This works by sending a PIM Hello message to the PIM multicast address 224.0.0.13 and listening for Hello messages from other routers. diff --git a/scripts/http-icloud-sendmsg.nse b/scripts/http-icloud-sendmsg.nse index c8c7d4c3b..3741b0c09 100644 --- a/scripts/http-icloud-sendmsg.nse +++ b/scripts/http-icloud-sendmsg.nse @@ -3,7 +3,7 @@ local stdnse = require "stdnse" local tab = require "tab" description = [[ -Sends a message to a iOS device throught the Apple MobileMe web service. The +Sends a message to a iOS device through the Apple MobileMe web service. The device has to be registered with an Apple ID using the Find My Iphone application. ]] diff --git a/scripts/http-slowloris.nse b/scripts/http-slowloris.nse index 08adf85f1..24a2b1239 100644 --- a/scripts/http-slowloris.nse +++ b/scripts/http-slowloris.nse @@ -8,7 +8,7 @@ local http = require "http" local comm = require "comm" description = [[ -Tests a web server for vulnerability to the Slowloris DoS attack by launching a Slowlaris attack. +Tests a web server for vulnerability to the Slowloris DoS attack by launching a Slowloris attack. Slowloris was described at Defcon 17 by RSnake (see http://ha.ckers.org/slowloris/). diff --git a/scripts/http-virustotal.nse b/scripts/http-virustotal.nse index fdc041070..069032f77 100644 --- a/scripts/http-virustotal.nse +++ b/scripts/http-virustotal.nse @@ -7,9 +7,9 @@ local tab = require "tab" local table = require "table" description = [[ -Checks whether a file has been determined as malware by virustotal. Virustotal +Checks whether a file has been determined as malware by Virustotal. Virustotal is a service that provides the capability to scan a file or check a checksum -against a number of the major AntiVirus vendors. The script uses the public +against a number of the major antivirus vendors. The script uses the public API which requires a valid API key and has a limit on 4 queries per minute. A key can be acquired by registering as a user on the virustotal web page: * http://www.virustotal.com diff --git a/scripts/ipv6-ra-flood.nse b/scripts/ipv6-ra-flood.nse index 24ac5a666..65f375397 100644 --- a/scripts/ipv6-ra-flood.nse +++ b/scripts/ipv6-ra-flood.nse @@ -5,8 +5,8 @@ local math = require "math" local string = require "string" local os = require "os" -description = [[ Generates a flood of Router Adverisments (RA) with random source MAC addresses and IPv6 prefixes. Computers, which have stateless autoconfiguration enabled by default (every major OS), -will start to compute IPv6 suffix and update their routing table to reflect the accepted annoucement. This will cause 100% CPU usage on Windows and platforms, preventing to process other application requests. +description = [[ Generates a flood of Router Advertisements (RA) with random source MAC addresses and IPv6 prefixes. Computers, which have stateless autoconfiguration enabled by default (every major OS), +will start to compute IPv6 suffix and update their routing table to reflect the accepted announcement. This will cause 100% CPU usage on Windows and platforms, preventing to process other application requests. Vulnerable platforms: * All Cisco IOS ASA with firmware < November 2010 diff --git a/scripts/oracle-brute-stealth.nse b/scripts/oracle-brute-stealth.nse index 9d186cc5c..b3529c196 100644 --- a/scripts/oracle-brute-stealth.nse +++ b/scripts/oracle-brute-stealth.nse @@ -12,7 +12,7 @@ local unpwdb = require "unpwdb" local openssl = stdnse.silent_require "openssl" description = [[ -Exploits the CVE-2012-3137 vulnerability, a weaknes in Oracle's +Exploits the CVE-2012-3137 vulnerability, a weakness in Oracle's O5LOGIN authentication scheme. The vulnerability exists in Oracle 11g R1/R2 and allows linking the session key to a password hash. When initiating an authentication attempt as a valid user the server will