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

37 lines
821 B
YAML
Raw Normal View History

2022-08-27 20:36:02 +00:00
id: aem-external-link-checker
info:
name: Adobe AEM External Link Checker Exposure
author: dhiyaneshDk
2022-08-29 16:39:55 +00:00
severity: unknown
2022-08-27 20:36:02 +00:00
reference:
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
metadata:
max-request: 2
2022-08-27 20:36:02 +00:00
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
2022-08-29 16:35:48 +00:00
tags: misconfig,aem,adobe,exposure
2022-08-27 20:36:02 +00:00
http:
2022-08-27 20:36:02 +00:00
- 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