diff --git a/http/misconfiguration/unauth-opache-control-panel.yaml b/http/misconfiguration/unauth-opache-control-panel.yaml index 83fbf86be7..981521a0b8 100644 --- a/http/misconfiguration/unauth-opache-control-panel.yaml +++ b/http/misconfiguration/unauth-opache-control-panel.yaml @@ -13,11 +13,13 @@ info: http: - method: GET path: + - "{{BaseURL}}" - "{{BaseURL}}/ocp.php" + stop-at-first-match: true matchers: - type: dsl dsl: - 'status_code == 200' - 'contains(body, "Opcache Control Panel") && contains(body, "Reset") && contains(body, "Files")' - condition: and \ No newline at end of file + condition: and