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"