mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove various "the the" repeats. Closes #2804
This commit is contained in:
@@ -319,7 +319,7 @@ end
|
||||
-- @param host table as received by the scripts action method
|
||||
-- @param port table as received by the scripts action method
|
||||
-- @param fingerprint as defined in the fingerprint file
|
||||
-- @param path againt which the the credentials will be tested
|
||||
-- @param path againt which the credentials will be tested
|
||||
-- @return out table suitable for inclusion in the script structured output
|
||||
-- (or nil if no credentials succeeded)
|
||||
-- @return txtout table suitable for inclusion in the script textual output
|
||||
|
||||
@@ -53,7 +53,7 @@ Driver = {
|
||||
return self.session:close()
|
||||
end,
|
||||
|
||||
--- Attempts to login the the OpenVAS Manager using a given username/password
|
||||
--- Attempts to login the OpenVAS Manager using a given username/password
|
||||
-- couple. Store the credentials in the registry on success.
|
||||
--
|
||||
-- @param username string containing the login username
|
||||
|
||||
@@ -10,7 +10,7 @@ objects.
|
||||
|
||||
First it tries to determine the names of all objects bound in the
|
||||
registry, and then it tries to determine information about the
|
||||
objects, such as the the class names of the superclasses and
|
||||
objects, such as the class names of the superclasses and
|
||||
interfaces. This may, depending on what the registry is used for, give
|
||||
valuable information about the service. E.g, if the app uses JMX (Java
|
||||
Management eXtensions), you should see an object called "jmxconnector"
|
||||
|
||||
Reference in New Issue
Block a user