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

36 lines
762 B
YAML
Raw Normal View History

2022-08-27 20:10:33 +00:00
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"
2022-08-29 16:32:47 +00:00
tags: misconfig,aem,adobe
2022-08-27 20:10:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/libs/granite/offloading/content/view.html"
matchers-condition: and
matchers:
- type: word
words:
2022-08-29 16:32:47 +00:00
- 'Offloading Browser'
2022-08-27 20:10:33 +00:00
- '>CLUSTER</th>'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200