From e5e995e9092a9664829bad776603b090083f52bd Mon Sep 17 00:00:00 2001 From: Noam Rathaus Date: Tue, 20 Apr 2021 18:40:55 +0300 Subject: [PATCH] Usually matchers is under requests and not at top level --- vulnerabilities/other/chamilo-lms-xss.yaml | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/vulnerabilities/other/chamilo-lms-xss.yaml b/vulnerabilities/other/chamilo-lms-xss.yaml index a842389260..97005117e1 100644 --- a/vulnerabilities/other/chamilo-lms-xss.yaml +++ b/vulnerabilities/other/chamilo-lms-xss.yaml @@ -13,16 +13,16 @@ requests: - '{{BaseURL}}/chamilo/main/calendar/agenda_list.php?type=x"%20onmouseover=xss(0x01CE61)%20x="#collapse-personal_1' - '{{BaseURL}}/main/calendar/agenda_list.php?type=x"%20onmouseover=xss(0x01CE61)%20x="#collapse-personal_1' -matchers-condition: and -matchers: - - type: word - part: body - words: - - "onmouseover%3dxss(0x01CE61)" - - type: status - status: - - 200 - - type: word - part: header - words: - - "text/html" + matchers-condition: and + matchers: + - type: word + part: body + words: + - "onmouseover%3dxss(0x01CE61)" + - type: status + status: + - 200 + - type: word + part: header + words: + - "text/html"