34 lines
871 B
YAML
34 lines
871 B
YAML
id: aem-cached-pages
|
|
|
|
info:
|
|
name: Invalidate / Flush Cached Pages on AEM
|
|
author: hetroublemakr
|
|
severity: low
|
|
description: Cached Pages on AEM can be Flushed.
|
|
reference:
|
|
- https://twitter.com/AEMSecurity/status/1244965623689609217
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
|
tags: aem,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/dispatcher/invalidate.cache"
|
|
|
|
headers:
|
|
CQ-Handle: /content
|
|
CQ-Path: /content
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<H1>OK</H1>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402202f608d94be30b53e216e833e8a6063f31123faacbf9ea68c704ea9229c2caa6302200485991ab87b6a35c91fce9d0f5e132415cc05c79e05df52f2c910f9b4997dde:922c64590222798bb761d5b6d8e72950 |