nuclei-templates/misconfiguration/aem/aem-osgi-bundles.yaml

31 lines
615 B
YAML
Raw Normal View History

2022-08-30 07:59:30 +00:00
id: aem-osgi-bundles
info:
name: Adobe AEM Installed OSGI Bundles
author: dhiyaneshDk
severity: low
reference:
2022-08-31 19:45:43 +00:00
- https://www.slideshare.net/0ang3el/hacking-aem-sites
2022-08-30 07:59:30 +00:00
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:
2022-08-31 19:45:43 +00:00
- '"jcr:primaryType":'
- '"jcr:uuid":'
2022-08-30 07:59:30 +00:00
condition: and
- type: status
status:
- 200