mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Update the script descriptions/nsedoc a bit
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
description = [[
|
||||
Spiders a website and attempts to identify and issues with output escaping where content is reflected back to the user.
|
||||
This script locates all parameters, ?x=foo&y=bar and checks if the values are reflected on the page. If they
|
||||
are indeed reflected, the script will try to insert ghz>hzx"zxc'xcv and check which (if any) characters were
|
||||
reflected back onto the page without proper html escaping.
|
||||
This is an indication of potential XSS issues.
|
||||
Spiders a website and attempts to identify output escaping problems
|
||||
where content is reflected back to the user. This script locates all
|
||||
parameters, ?x=foo&y=bar and checks if the values are reflected on the
|
||||
page. If they are indeed reflected, the script will try to insert
|
||||
ghz>hzx"zxc'xcv and check which (if any) characters were reflected
|
||||
back onto the page without proper html escaping. This is an
|
||||
indication of potential XSS vulnerability.
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user