Update CVE-2020-29164.yaml
parent
1e54f891a6
commit
2ff0881325
|
@ -6,6 +6,7 @@ info:
|
||||||
author: geeknik
|
author: geeknik
|
||||||
severity: medium
|
severity: medium
|
||||||
tags: pacsone,xss,cve,cve2020
|
tags: pacsone,xss,cve,cve2020
|
||||||
|
reference: https://gist.github.com/leommxj/0a32afeeaac960682c5b7c9ca8ed070d
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -14,13 +15,13 @@ requests:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 301
|
|
||||||
- 302
|
|
||||||
negative: true
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "<img src=\"\" onerror=\"alert(1);\">1</img>"
|
- "text/html"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<img src="" onerror="alert(1);">1</img>'
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue