nuclei-templates/misconfiguration/aem/aem-crx-search.yaml

39 lines
900 B
YAML
Raw Normal View History

2022-08-27 19:18:24 +00:00
id: aem-crx-search
info:
name: Adobe AEM CRX Search Exposed
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: aem,adobe,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/crx/explorer/ui/search.jsp"
- "{{BaseURL}}/crx/explorer/ui/search.jsp?Path=&Query="
2022-08-27 19:21:06 +00:00
- "{{BaseURL}}/crx/explorer/ui/search.jsp?Path=&Query="
2022-08-27 19:18:24 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Search</title>'
- '/crx/explorer/ui/'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200