nuclei-templates/misconfiguration/aem/aem-crx-browser.yaml

34 lines
763 B
YAML

id: aem-crx-browser
info:
name: Adobe AEM CRX Browser Exposure
author: dhiyaneshDk
severity: unknown
reference:
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
metadata:
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/crx/explorer/browser/index.jsp"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Content Explorer - UserID: anonymous | Workspace: crx.default</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200