1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

Made some minor improvements to the nsedoc for some scripts written in December

This commit is contained in:
fyodor
2012-02-10 02:01:35 +00:00
parent 4b75aaff5d
commit 444db54fc5
4 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
description = [[
Sends a special broadcast probe to discover PC-Anywhere hosts running on a LAN
Sends a special broadcast probe to discover PC-Anywhere hosts running on a LAN.
]]
---

View File

@@ -1,5 +1,5 @@
description = [[
Discovers PC-DUO remote control hosts and gateways running on the LAN
Discovers PC-DUO remote control hosts and gateways running on a LAN by sending a special UDP probe.
]]
---

View File

@@ -1,7 +1,6 @@
description = [[
Checks target IP addresses against multiple DNS anti-spam and open
proxy blacklists and returns a list of services where the IP has been
blacklisted. Checks may be limited by service category (eg: SPAM,
proxy blacklists and returns a list of services for which an IP has been flagged. Checks may be limited by service category (eg: SPAM,
PROXY) or to a specific service name. ]]
---

View File

@@ -1,7 +1,7 @@
description = [[
Spiders a website and attempts to identify open redirects. Open
redirects are handlers which commonly take a URL as a parameter and
responds with a http redirect (3XX) to the target.
responds with a http redirect (3XX) to the target. Risks of open redirects are described at http://cwe.mitre.org/data/definitions/601.html.
]]
---