diff --git a/misconfiguration/aem/aem-childrenlist-xss.yaml b/misconfiguration/aem/aem-childrenlist-xss.yaml index 15e2670a53..efbb28a5c9 100644 --- a/misconfiguration/aem/aem-childrenlist-xss.yaml +++ b/misconfiguration/aem/aem-childrenlist-xss.yaml @@ -21,23 +21,19 @@ requests: - "{{BaseURL}}/{{rand_base(4)}}

please%20authenticate

.childrenlist.html" stop-at-first-match: true - matchers-condition: or + matchers-condition: and matchers: - type: word part: body - name: xss words: - '' - - 'data-coral-columnview-id' - condition: and + - '

please authenticate

' + condition: or - type: word part: body - name: html_injection words: - - '

please authenticate

' - 'data-coral-columnview-id' - condition: and - type: word part: content_type