31 lines
603 B
YAML
31 lines
603 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
|
|
part: body
|
|
words:
|
|
- "<H1>OK</H1>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|