Update CVE-2020-13942.yaml

patch-1
Prince Chaddha 2022-05-17 12:11:31 +05:30 committed by GitHub
parent 5839c2c35f
commit 9ce21ef818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 10 deletions

View File

@ -46,22 +46,24 @@ requests:
], ],
"sessionId": "nuclei" "sessionId": "nuclei"
} }
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status
status:
- 200
- type: word
words:
- "application/json"
- "context-profile-id"
condition: and
part: header
- type: regex - type: regex
part: body
regex: regex:
- "(profile|session)(Id|Properties|Segments)" - "(profile|session)(Id|Properties|Segments)"
- "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" - "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
condition: and condition: and
part: body
- type: word
part: header
words:
- "application/json"
- "context-profile-id"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/05/16 # Enhanced by mp on 2022/05/16