mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Do copyediting of NSEDoc. This is a first pass up to ms-sql-xp-cmdshell.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
description = [[ Attempts to guess valid credentials for the Citrix PN Web Agent XML Service.
|
||||
The XML service authenticates against the local Windows server or the Active Directory.
|
||||
description = [[
|
||||
Attempts to guess valid credentials for the Citrix PN Web Agent XML
|
||||
Service. The XML service authenticates against the local Windows server
|
||||
or the Active Directory.
|
||||
|
||||
CAUTION: This script makes no attempt of preventing account lockout.
|
||||
If the password list contains more passwords than the lockout-threshold
|
||||
accounts WILL be locked.
|
||||
This script makes no attempt of preventing account lockout. If the
|
||||
password list contains more passwords than the lockout-threshold
|
||||
accounts will be locked.
|
||||
]]
|
||||
|
||||
---
|
||||
@@ -157,4 +159,4 @@ action = function(host, port)
|
||||
end
|
||||
|
||||
return create_result_from_table(valid_accounts)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user