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

32 lines
628 B
YAML
Raw Normal View History

2021-04-05 18:25:18 +00:00
id: aem-cached-pages
2020-04-25 14:38:27 +00:00
info:
name: Invalidate / Flush Cached Pages on AEM
2020-04-25 14:38:27 +00:00
author: hetroublemakr
severity: low
reference:
- https://twitter.com/AEMSecurity/status/1244965623689609217
2022-07-26 03:37:54 +00:00
metadata:
max-request: 1
2022-07-26 03:37:54 +00:00
shodan-query: http.component:"Adobe Experience Manager"
tags: aem,misconfig
2020-04-25 14:38:27 +00:00
http:
2020-04-25 14:38:27 +00:00
- method: GET
path:
- "{{BaseURL}}/dispatcher/invalidate.cache"
headers:
CQ-Handle: /content
CQ-Path: /content
2022-10-12 11:33:08 +00:00
matchers-condition: and
2020-04-25 14:38:27 +00:00
matchers:
- type: word
2022-10-12 11:33:08 +00:00
part: body
2020-04-25 14:38:27 +00:00
words:
2020-05-24 22:19:21 +00:00
- "<H1>OK</H1>"
2022-10-12 11:33:08 +00:00
2020-04-25 14:38:27 +00:00
- type: status
status:
- 200