nuclei-templates/misconfiguration/aem/aem-cached-pages.yaml

29 lines
601 B
YAML

id: aem-cached-pages
info:
name: Invalidate / Flush Cached Pages on AEM
author: hetroublemakr
severity: low
reference:
- https://twitter.com/AEMSecurity/status/1244965623689609217
metadata:
shodan-query: http.component:"Adobe Experience Manager"
tags: aem
requests:
- method: GET
path:
- "{{BaseURL}}/dispatcher/invalidate.cache"
headers:
CQ-Handle: /content
CQ-Path: /content
matchers-condition: and
matchers:
- type: word
words:
- "<H1>OK</H1>"
part: body
- type: status
status:
- 200