2020-04-25 14:38:27 +00:00
|
|
|
id: cached-pages-aem
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Invalidate / Flush Cached Pages From AEM
|
|
|
|
author: hetroublemakr
|
|
|
|
severity: low
|
2020-05-25 11:52:12 +00:00
|
|
|
# reference: @AEMSecurity
|
2020-04-25 14:38:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/dispatcher/invalidate.cache"
|
|
|
|
headers:
|
|
|
|
CQ-Handle: /content
|
|
|
|
CQ-Path: /content
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-05-24 22:19:21 +00:00
|
|
|
- "<H1>OK</H1>"
|
2020-04-25 14:38:27 +00:00
|
|
|
part: body
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|