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

39 lines
917 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
2022-08-29 07:50:04 +00:00
severity: unknown
2022-08-27 19:18:24 +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:50:04 +00:00
tags: misconfig,aem,adobe,exposure
2022-08-27 19:18:24 +00:00
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>'
2022-08-29 07:50:04 +00:00
- '"/crx/explorer/ui/";'
2022-08-27 19:18:24 +00:00
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200