diff --git a/cves/2012/CVE-2012-3153.yaml b/cves/2012/CVE-2012-3153.yaml index cd8db5f3dc..d624c59d99 100755 --- a/cves/2012/CVE-2012-3153.yaml +++ b/cves/2012/CVE-2012-3153.yaml @@ -24,9 +24,7 @@ requests: matchers: - type: dsl dsl: - - 'regex("\\\\.*\\\\showenv", body_1)' - - 'regex("/.*/showenv", body_1)' - condition: or + - 'contains(body_1, "Reports Servlet")' - type: status status: @@ -41,11 +39,9 @@ requests: extractors: - type: regex name: windows_working_path - part: body_1 regex: - ".?.?\\\\.*\\\\showenv" - type: regex name: linux_working_path - part: body_1 regex: - "/.*/showenv"