41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
id: aem-disk-usage
|
|
|
|
info:
|
|
name: Adobe AEM Disk Usage Information Disclosure
|
|
author: dhiyaneshDk
|
|
severity: low
|
|
description: Adobe AEM Disk Usage Information is exposed.
|
|
reference:
|
|
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query:
|
|
- http.title:"AEM Sign In"
|
|
- http.component:"Adobe Experience Manager"
|
|
tags: misconfig,aem,adobe,exposure
|
|
|
|
http:
|
|
- 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
|
|
# digest: 490a0046304402200555d5af56a7d2de9bf494904b6f84c28e8ca424ac008d59a06f50719835cf2002200be1973e4a0aa606b3ebec95d4d3bdc6da658c0655f494dfa8a323e9ee1a906b:922c64590222798bb761d5b6d8e72950 |