nuclei-templates/misconfiguration/aem/aem-misc-admin.yaml

47 lines
1.2 KiB
YAML

id: aem-misc-admin
info:
name: Adobe AEM Misc Admin Dashboard Exposure
author: dhiyaneshDk
severity: high
reference:
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
metadata:
verified: true
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/miscadmin"
- "{{BaseURL}}/mcmadmin#/content/dashboard"
- "{{BaseURL}}/miscadmin#/etc/mobile"
- "{{BaseURL}}/miscadmin#/etc/segmentation"
- "{{BaseURL}}/miscadmin#/etc/blueprints"
- "{{BaseURL}}/miscadmin#/etc/designs"
- "{{BaseURL}}/miscadmin#/etc/importers"
- "{{BaseURL}}/miscadmin#/etc/reports"
- "{{BaseURL}}/miscadmin#/etc/msm/rolloutconfigs"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>AEM Tools</title>'
- '<title>AEM MCM</title>'
condition: or
- type: word
part: header
words:
- text/html
- type: status
status:
- 200