Merge pull request #7798 from projectdiscovery/princechaddha-patch-3

Updated matcher alibaba-anyproxy-lfi
patch-1
Dhiyaneshwaran 2023-08-01 10:13:53 +05:30 committed by GitHub
commit 379f27153b
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