Create aem-disk-usage.yaml

patch-1
Dhiyaneshwaran 2022-08-29 16:17:16 +05:30 committed by GitHub
parent 62177ea041
commit b6066ede7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
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
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