Updated CVE-2023-20887
parent
8eeffc59ad
commit
f8e645ae41
|
@ -35,16 +35,23 @@ http:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- createSupportBundle
|
||||
- '{"rec":'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/x-thrift"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Provided invalid node Id"
|
||||
- "Invalid nodeId"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue