Merge pull request #5222 from projectdiscovery/aem-crx-namespace

Create aem-crx-namespace.yaml
patch-1
Prince Chaddha 2022-08-29 13:13:31 +05:30 committed by GitHub
commit 9926b0aebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: aem-crx-namespace
info:
name: Adobe AEM CRX Namespace Editor Exposure
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: exposure,aem,adobe
requests:
- method: GET
path:
- "{{BaseURL}}/crx/explorer/ui/namespace_editor.jsp"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Namespaces</title>'
- 'The following namespaces are registered in the repository:'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200