Create aem-external-link-checker.yaml

patch-1
Dhiyaneshwaran 2022-08-28 02:06:02 +05:30 committed by GitHub
parent 64cd13bd72
commit 759f6a35e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: aem-external-link-checker
info:
name: Adobe AEM External Link Checker Exposure
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"
tags: 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>'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200