34 lines
712 B
YAML
34 lines
712 B
YAML
id: aem-crx-package-manager
|
|
|
|
info:
|
|
name: Adobe AEM CRX Package Manager Exposure
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
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: panel,aem,adobe
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/crx/packmgr/index.jsp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>CRX Package Manager</title>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|