nuclei-templates/misconfiguration/aem/aem-offloading-browser.yaml

36 lines
762 B
YAML

id: aem-offloading-browser
info:
name: Adobe AEM Offloading Browser
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}}/libs/granite/offloading/content/view.html"
matchers-condition: and
matchers:
- type: word
words:
- 'Offloading Browser'
- '>CLUSTER</th>'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200