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

24 lines
441 B
YAML
Raw Normal View History

2020-04-25 14:38:27 +00:00
id: cached-pages-aem
info:
name: Invalidate / Flush Cached Pages From AEM
author: hetroublemakr
severity: low
# 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