nuclei-templates/vulnerabilities/other/cached-aem-pages.yaml

27 lines
507 B
YAML
Raw Normal View History

2020-04-25 14:38:27 +00:00
id: cached-pages-aem
info:
name: Invalidate / Flush Cached Pages on AEM
2020-04-25 14:38:27 +00:00
author: hetroublemakr
severity: low
description: todo
2020-09-20 12:57:43 +00:00
2020-08-27 19:05:33 +00:00
# reference: https://twitter.com/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-condition: and
2020-04-25 14:38:27 +00:00
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