nuclei-templates/misconfiguration/aem/aem-external-link-checker.yaml

36 lines
806 B
YAML

id: aem-external-link-checker
info:
name: Adobe AEM External Link Checker Exposure
author: dhiyaneshDk
severity: unknown
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,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/etc/linkchecker.html"
- "{{BaseURL}}/var/linkchecker.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>External Link Checker</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200