commit
77b3de7428
|
@ -0,0 +1,46 @@
|
|||
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
|
Loading…
Reference in New Issue