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