Create aem-acs-common.yaml

patch-1
Dhiyaneshwaran 2022-09-01 17:17:32 +05:30 committed by GitHub
parent 6def1c8f5f
commit 82ee1f47df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: aem-acs-common
info:
name: Adobe AEM ACS Common Exposure
author: dhiyaneshDk
severity: medium
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: misconfig,aem,adobe
requests:
- method: GET
path:
- "{{BaseURL}}/etc/acs-commons/jcr-compare.html"
- "{{BaseURL}}/etc/acs-commons/workflow-remover.html"
- "{{BaseURL}}/etc/acs-commons/version-compare.html"
- "{{BaseURL}}/etc/acs-commons/oak-index-manager.html"
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- '<title>Version Compare | ACS AEM Commons</title>'
- '<title>Oak Index Manager | ACS AEM Commons</title>'
- '<title>JCR Compare | ACS AEM Commons</title>'
- '<title>Workflow Remover | ACS AEM Commons</title>'
condition: or