Update CVE-2020-13942.yaml
parent
5839c2c35f
commit
9ce21ef818
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue