nuclei-templates/exposed-panels/adobe/aem-crx-package-manager.yaml

41 lines
936 B
YAML

id: aem-crx-package-manager
info:
name: Adobe AEM CRX Package Manager - Panel Detect
author: dhiyaneshDk
severity: info
description: Adobe AEM CRX Package Manager panel was detected.
reference:
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: panel,aem,adobe
requests:
- method: GET
path:
- "{{BaseURL}}/crx/packmgr/index.jsp"
matchers-condition: and
matchers:
- type: word
words:
- '<title>CRX Package Manager</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by md on 2022/10/31