37 lines
814 B
YAML
37 lines
814 B
YAML
id: aem-sling-userinfo
|
|
|
|
info:
|
|
name: Adobe AEM Sling User Info Servlet Exposure
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
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}}/system/sling/info.sessionInfo.json"
|
|
- "{{BaseURL}}/system/sling/info.sessionInfo.txt"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'userID:'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|