30 lines
637 B
YAML
30 lines
637 B
YAML
id: aem-bulkeditor
|
|
|
|
info:
|
|
name: AEM BulkEditor
|
|
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,editor
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/etc/importers/bulkeditor.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>AEM BulkEditor</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|