nuclei-templates/http/misconfiguration/aem/aem-dump-contentnode.yaml

47 lines
903 B
YAML
Raw Normal View History

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:
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
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