mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove various "the the" repeats. Closes #2804
This commit is contained in:
parent
00863472d6
commit
96dcf4e9ed
12 changed files with 12 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue