nuclei-templates/misconfiguration/aem/aem-security-users.yaml

36 lines
793 B
YAML
Raw Normal View History

2022-08-27 19:54:21 +00:00
id: aem-security-users
info:
name: Adobe AEM Security Users Exposure
author: dhiyaneshDk
2022-08-29 07:56:15 +00:00
severity: medium
2022-08-27 19:54:21 +00:00
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"
2022-08-29 07:56:15 +00:00
tags: misconfig,aem,adobe,exposure
2022-08-27 19:54:21 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/libs/granite/security/content/useradmin.html"
matchers-condition: and
matchers:
- type: word
words:
2022-08-29 07:56:15 +00:00
- 'AEM Security | Users'
2022-08-27 19:54:21 +00:00
- 'trackingelement="create user"'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200