31 lines
615 B
YAML
31 lines
615 B
YAML
id: aem-osgi-bundles
|
|
|
|
info:
|
|
name: Adobe AEM Installed OSGI Bundles
|
|
author: dhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://www.slideshare.net/0ang3el/hacking-aem-sites
|
|
metadata:
|
|
shodan-query:
|
|
- http.title:"AEM Sign In"
|
|
- http.component:"Adobe Experience Manager"
|
|
tags: misconfig,aem,adobe
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/bin.tidy.infinity.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"jcr:primaryType":'
|
|
- '"jcr:uuid":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|