1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Spelling corrections. Fixes #1160

This commit is contained in:
dmiller
2018-03-26 14:59:41 +00:00
parent b5bd185743
commit 689ea0e05d
34 changed files with 44 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ found for CICS transaction IDs.
---
-- @args idlist Path to list of transaction IDs.
-- Defaults to the list of CICS transactions from IBM.
-- @args cics-enum.commands Commands in a semi-colon seperated list needed
-- @args cics-enum.commands Commands in a semi-colon separated list needed
-- to access CICS. Defaults to <code>CICS</code>.
-- @args cics-enum.path Folder used to store valid transaction id 'screenshots'
-- Defaults to <code>None</code> and doesn't store anything.

View File

@@ -12,7 +12,7 @@ CICS User ID brute forcing script for the CESL login screen.
]]
---
-- @args cics-user-brute.commands Commands in a semi-colon seperated list needed
-- @args cics-user-brute.commands Commands in a semi-colon separated list needed
-- to access CICS. Defaults to <code>CICS</code>.
--
-- @usage

View File

@@ -13,7 +13,7 @@ CICS User ID enumeration script for the CESL/CESN Login screen.
---
-- @args idlist Path to list of transaction IDs.
-- Defaults to the list of CICS transactions from IBM.
-- @args cics-user-enum.commands Commands in a semi-colon seperated list needed
-- @args cics-user-enum.commands Commands in a semi-colon separated list needed
-- to access CICS. Defaults to <code>CICS</code>.
-- @args cics-user-enum.transaction By default this script uses the <code>CESL</code> transaction.
-- on some systems the transactio ID <code>CESN</code> is needed. Use this argument to change the

View File

@@ -31,9 +31,9 @@ This script takes inspiration from the various scripts listed here:
-- | Allowed Methods: GET, HEAD, COPY, MOVE, POST, PUT, PROPFIND, PROPPATCH, OPTIONS, MKCOL, DELETE, TRACE, REPORT
-- | Server Type: DAV/0.9.8 Python/2.7.6
-- | Server Date: Fri, 22 May 2015 19:28:00 GMT
-- | WebDAV type: unkown
-- | WebDAV type: Unknown
-- | Directory Listing:
-- | http://localhosft
-- | http://localhost
-- | http://localhost:8008/WebDAVTest_b1tqTWeyRR
-- | http://localhost:8008/WebDAVTest_A0QWJb7hcK
-- | http://localhost:8008/WebDAVTest_hf9Mqqpi1M
@@ -44,7 +44,7 @@ This script takes inspiration from the various scripts listed here:
-- PROPFIND, PROPPATCH, OPTIONS, MKCOL, DELETE, TRACE, REPORT</elem>
-- <elem key="Server Type">DAV/0.9.8 Python/2.7.6</elem>
-- <elem key="Server Date">Fri, 22 May 2015 19:28:00 GMT</elem>
-- <elem key="WebDAV type">unkown</elem>
-- <elem key="WebDAV type">Unknown</elem>
-- <table key="Directory Listing">
-- <elem>http://localhost</elem>
-- <elem>http://localhost:8008/WebDAVTest_b1tqTWeyRR</elem>
@@ -78,7 +78,7 @@ local function get_options (host, port, path)
if response.header['dav'] and response.header['dav']:find('1') then
ret['WebDAV'] = true
ret['WebDAV type'] = 'Unkown'
ret['WebDAV type'] = 'Unknown'
if response.header['X-MSDAVEXT'] then
ret['WebDAV type'] = 'SHAREPOINT DAV'
end

View File

@@ -48,7 +48,7 @@ portrule = shortport.port_or_service(9390, "openvas")
--- Return the list of targets defined for a given user
--
-- @param host the target host table
-- @param port the targetted OMP port
-- @param port the targeted OMP port
-- @param username the username to use to login
-- @param password the password to use to login
-- @return the list of targets for this user or nil

View File

@@ -153,7 +153,7 @@ local function get_response(sd, request)
if status == nil then
stdnse.debug("Error: " .. data)
if data == "TIMEOUT" then
-- Avoids false results by capturing NACK after TIMEOUT occured.
-- Avoids false results by capturing NACK after TIMEOUT occurred.
status, data = sd:receive_buf("##", true)
break
else

View File

@@ -23,7 +23,7 @@ The script checks the preconditions for the exploit to happen:
services running potentially vulnerable versions of Samba, and run the
exploit against those services. This is useful if you wish to scan a
group of hosts quickly for the vulnerability based on the version number.
However, because of ther version number, some patched versions may still
However, because of their version number, some patched versions may still
show up as likely vulnerable. Here, we use smb.get_os(host) to do
versioning of the Samba version and compare it to see if it is a known
vulnerable version of Samba. Note that this check is not conclusive:

View File

@@ -922,7 +922,7 @@ end
-- "server": the server prefers its own order. In this case ciphers is non-nil.
-- "client": the server follows the client preference. ciphers is nil.
-- "indeterminate": returned when there are only 0 or 1 ciphers. ciphers is nil.
-- nil: an error ocurred during the test. err is non-nil.
-- nil: an error occurred during the test. err is non-nil.
-- err is an error message string that is non-nil when preference is nil or
-- indeterminate.
--

View File

@@ -33,7 +33,7 @@ TSO user IDs have the following rules:
-- |_ Statistics: Performed 6 guesses in 6 seconds, average tps: 1
-- Final times for host: srtt: 96305 rttvar: 72303 to: 385517
--
-- @args tso-brute.commands Commands in a semi-colon seperated list needed
-- @args tso-brute.commands Commands in a semi-colon separated list needed
-- to access TSO. Defaults to <code>TSO</code>.
--
-- @args tso-brute.always_logon TSO logon can kick a user off if it guesses

View File

@@ -32,7 +32,7 @@ TSO user IDs have the following rules:
]]
---
-- @args tso-enum.commands Commands in a semi-colon seperated list needed
-- @args tso-enum.commands Commands in a semi-colon separated list needed
-- to access TSO. Defaults to <code>tso</code>.
--
-- @usage

View File

@@ -27,7 +27,7 @@ found for application IDs.
---
--@args idlist Path to list of application IDs to test.
-- Defaults to <code>nselib/data/vhosts-default.lst</code>.
--@args vtam-enum.commands Commands in a semi-colon seperated list needed
--@args vtam-enum.commands Commands in a semi-colon separated list needed
-- to access VTAM. Defaults to <code>nothing</code>.
--@args vtam-enum.path Folder used to store valid transaction id 'screenshots'
-- Defaults to <code>None</code> and doesn't store anything.