37 lines
826 B
YAML
37 lines
826 B
YAML
id: aem-crx-namespace
|
|
|
|
info:
|
|
name: Adobe AEM CRX Namespace Editor Exposure
|
|
author: dhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query:
|
|
- http.title:"AEM Sign In"
|
|
- http.component:"Adobe Experience Manager"
|
|
tags: exposure,aem,adobe
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/crx/explorer/ui/namespace_editor.jsp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Namespaces</title>'
|
|
- 'The following namespaces are registered in the repository:'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|