diff --git a/http/vulnerabilities/other/alibaba-anyproxy-lfi.yaml b/http/vulnerabilities/other/alibaba-anyproxy-lfi.yaml index 03203ba1cd..b670619fd8 100644 --- a/http/vulnerabilities/other/alibaba-anyproxy-lfi.yaml +++ b/http/vulnerabilities/other/alibaba-anyproxy-lfi.yaml @@ -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