nuclei-templates/misconfiguration/aem/aem-bg-servlet.yaml

26 lines
534 B
YAML
Raw Normal View History

2021-04-26 16:38:54 +00:00
id: aem-bg-servlet
info:
name: AEM BG-Servlets
author: DhiyaneshDk
2021-04-27 10:43:28 +00:00
severity: info
reference:
- https://www.slideshare.net/0ang3el/hunting-for-security-bugs-in-aem-webapps-129262212
2022-07-26 03:37:57 +00:00
metadata:
shodan-query: http.component:"Adobe Experience Manager"
2021-04-26 16:38:54 +00:00
tags: aem
requests:
- method: GET
path:
- '{{BaseURL}}/system/bgservlets/test.css'
2021-04-27 10:43:28 +00:00
2021-04-26 16:38:54 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-04-27 10:43:28 +00:00
- '<br/>Flushing output<br/>'