2022-09-24 21:39:54 +00:00
|
|
|
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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-09-24 21:39:54 +00:00
|
|
|
shodan-query:
|
|
|
|
- http.title:"AEM Sign In"
|
|
|
|
- http.component:"Adobe Experience Manager"
|
|
|
|
tags: misconfig,aem,adobe
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-24 21:39:54 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/content.infinity.json"
|
2022-10-01 18:46:29 +00:00
|
|
|
- "{{BaseURL}}/{{path}}"
|
2022-09-24 21:39:54 +00:00
|
|
|
|
|
|
|
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:
|
2022-09-26 06:37:41 +00:00
|
|
|
- '"rep:privileges":['
|
2022-09-24 21:39:54 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|