nuclei-templates/misconfiguration/aem/aem-debugging-libraries.yaml

39 lines
912 B
YAML
Raw Normal View History

2022-09-01 09:50:24 +00:00
id: aem-debugging-libraries
info:
name: Adobe AEM Debugging Client Libraries
author: dhiyaneshDk
severity: low
reference:
- https://aem4beginner.blogspot.com/debugging-client-libraries
- https://adobe-consulting-services.github.io/acs-aem-tools/features/dumplibs/index.html
metadata:
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe
requests:
- method: GET
path:
- "{{BaseURL}}/libs/cq/ui/content/dumplibs.html"
- "{{BaseURL}}/libs/granite/ui/content/dumplibs.html"
stop-at-first-match: true
2022-09-01 09:59:50 +00:00
matchers-condition: and
2022-09-01 09:50:24 +00:00
matchers:
- type: word
part: body
words:
- '"<title>Client Libraries</title>'
2022-09-01 09:59:50 +00:00
condition: and
2022-09-01 09:50:24 +00:00
- type: word
2022-09-01 09:59:50 +00:00
part: header
2022-09-01 09:50:24 +00:00
words:
2022-09-01 09:59:50 +00:00
- text/html
2022-09-01 09:50:24 +00:00
2022-09-01 09:59:50 +00:00
- type: status
status:
- 200