Merge pull request #5246 from projectdiscovery/aem-osgi-bundles

Create aem-osgi-bundles.yaml
patch-1
Prince Chaddha 2022-09-01 01:17:12 +05:30 committed by GitHub
commit f6e254c3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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