nuclei-templates/exposed-panels/adobe/aem-sling-login.yaml

37 lines
762 B
YAML

id: aem-sling-login
info:
name: AEM Sling Login
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: panel,aem,adobe,sling
requests:
- method: GET
path:
- "{{BaseURL}}/system/sling/cqform/defaultlogin.html"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Login</title>'
- 'j_username'
- 'j_password'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200