From 6bc5af5ce2f3b78864c02b186b0cfd390831a2e4 Mon Sep 17 00:00:00 2001 From: team-projectdiscovery <8293321+bauthard@users.noreply.github.com> Date: Fri, 25 Dec 2020 15:26:00 +0530 Subject: [PATCH] updating rules --- cves/CVE-2019-11869.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/cves/CVE-2019-11869.yaml b/cves/CVE-2019-11869.yaml index f3cac1e301..ef7e1b52a3 100644 --- a/cves/CVE-2019-11869.yaml +++ b/cves/CVE-2019-11869.yaml @@ -25,7 +25,7 @@ requests: Content-Type: application/x-www-form-urlencoded yuzo_related_post_css_and_style= - + - | GET / HTTP/1.1 Host: {{Hostname}} @@ -34,11 +34,10 @@ requests: matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word - words: - - "alert(0)" - - "" - part: body + - type: dsl + dsl: + - 'contains(body_2, "") == true' + + - type: dsl + dsl: + - "contains(tolower(all_headers_2), 'text/html') == true" \ No newline at end of file