2022-08-29 10:47:16 +00:00
|
|
|
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"
|
2022-08-30 05:56:59 +00:00
|
|
|
tags: misconfig,aem,adobe,exposure
|
2022-08-29 10:47:16 +00:00
|
|
|
|
|
|
|
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
|