Updated matcher alibaba-anyproxy-lfi

patch-1
Prince Chaddha 2023-07-31 21:45:27 +05:30 committed by GitHub
parent 8349d4ddc3
commit 71b5286495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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