46 lines
888 B
YAML
46 lines
888 B
YAML
id: aem-dump-contentnode
|
|
|
|
info:
|
|
name: AEM Dump Content Node Properties
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
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}}/content.infinity.json"
|
|
- "{{BaseURL}}/{{path}}"
|
|
|
|
iterate-all: true
|
|
extractors:
|
|
- type: json
|
|
part: body
|
|
name: path
|
|
json:
|
|
- '.[]'
|
|
internal: true
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"rep:privileges":['
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- application/json
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|