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

47 lines
1.2 KiB
YAML
Raw Normal View History

2022-08-28 15:56:00 +00:00
id: aem-misc-admin
info:
2022-08-29 16:37:43 +00:00
name: Adobe AEM Misc Admin Dashboard Exposure
2022-08-28 15:56:00 +00:00
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"
2022-08-29 16:37:43 +00:00
tags: misconfig,aem,adobe,exposure
2022-08-28 15:56:00 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/miscadmin"
2022-08-29 16:37:43 +00:00
- "{{BaseURL}}/mcmadmin#/content/dashboard"
2022-08-28 15:56:00 +00:00
- "{{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>'
2022-08-29 16:37:43 +00:00
- '<title>AEM MCM</title>'
condition: or
2022-08-28 15:56:00 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200