mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 06:29:02 +00:00
Made some minor improvements to the nsedoc for some scripts written in December
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
description = [[
|
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.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
description = [[
|
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.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Checks target IP addresses against multiple DNS anti-spam and open
|
Checks target IP addresses against multiple DNS anti-spam and open
|
||||||
proxy blacklists and returns a list of services where the IP has been
|
proxy blacklists and returns a list of services for which an IP has been flagged. Checks may be limited by service category (eg: SPAM,
|
||||||
blacklisted. Checks may be limited by service category (eg: SPAM,
|
|
||||||
PROXY) or to a specific service name. ]]
|
PROXY) or to a specific service name. ]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Spiders a website and attempts to identify open redirects. Open
|
Spiders a website and attempts to identify open redirects. Open
|
||||||
redirects are handlers which commonly take a URL as a parameter and
|
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.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user