Updated matcher alibaba-anyproxy-lfi
parent
8349d4ddc3
commit
71b5286495
|
@ -21,6 +21,7 @@ http:
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "regex('root:.*:0:0:', body)"
|
- regex('root:.*:0:0:', body)
|
||||||
- "status_code == 200"
|
- contains(body, '\"id\":')
|
||||||
|
- status_code == 200
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue