Merge pull request #5241 from projectdiscovery/aem-sling-userinfo

Create aem-sling-userinfo.yaml
patch-1
Prince Chaddha 2022-08-30 11:33:49 +05:30 committed by GitHub
commit eadb734b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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:
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe,exposure
requests:
- 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