Merge pull request #5246 from projectdiscovery/aem-osgi-bundles
Create aem-osgi-bundles.yamlpatch-1
commit
f6e254c3bf
|
@ -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
|
Loading…
Reference in New Issue