nuclei-templates/misconfiguration/aem/aem-disk-usage.yaml

38 lines
852 B
YAML

id: aem-disk-usage
info:
name: Adobe AEM Disk Usage Information Disclosure
author: dhiyaneshDk
severity: low
reference:
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
metadata:
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/etc/reports/diskusage.html"
- "{{BaseURL}}/etc/reports/diskusage.html?path=/content/dam"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'Disk Usage /'
- '<th>nodes</th>'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200