Create aem-crx-search.yaml

patch-1
Dhiyaneshwaran 2022-08-28 00:48:24 +05:30 committed by GitHub
parent 64cd13bd72
commit d46a96875f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
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="
- "{{BaseURL}}/crx/explorer/ui/search.jsp?Path=&Query=""
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