mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Note limitations of http-open-redirect.nse
This commit is contained in:
@@ -8,7 +8,12 @@ local url = require "url"
|
||||
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. Risks of open redirects are described at http://cwe.mitre.org/data/definitions/601.html.
|
||||
responds with a HTTP redirect (3XX) to the target. Risks of open redirects are
|
||||
described at http://cwe.mitre.org/data/definitions/601.html.
|
||||
|
||||
Only open redirects that are directly linked on the target website can be
|
||||
discovered this way. If an open redirector is not linked, it will not be
|
||||
discovered.
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user