99 lines
3.0 KiB
YAML
99 lines
3.0 KiB
YAML
id: aem-default-get-servlet
|
|
|
|
info:
|
|
name: AEM DefaultGetServlet
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: Sensitive information might be exposed via AEM DefaultGetServlet.
|
|
reference:
|
|
- https://speakerdeck.com/0ang3el/hunting-for-security-bugs-in-aem-webapps?slide=43
|
|
- https://github.com/thomashartm/burp-aem-scanner/blob/master/src/main/java/burp/actions/dispatcher/GetServletExposed.java
|
|
metadata:
|
|
max-request: 64
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
|
tags: aem,adobe,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}{{paths}}"
|
|
payloads:
|
|
paths:
|
|
- "/etc"
|
|
- "/var"
|
|
- "/apps"
|
|
- "/home"
|
|
- "///etc"
|
|
- "///var"
|
|
- "///apps"
|
|
- "///home"
|
|
- "/.json"
|
|
- "/.1.json"
|
|
- "/....4.2.1....json"
|
|
- "/.json?FNZ.css"
|
|
- "/.json?FNZ.ico"
|
|
- "/.json?FNZ.html"
|
|
- "/.json/FNZ.css"
|
|
- "/.json/FNZ.html"
|
|
- "/.json/FNZ.png"
|
|
- "/.json/FNZ.ico"
|
|
- "/.children.1.json"
|
|
- "/.children....4.2.1....json"
|
|
- "/.children.json?FNZ.css"
|
|
- "/.children.json?FNZ.ico"
|
|
- "/.children.json?FNZ.html"
|
|
- "/.children.json/FNZ.css"
|
|
- "/.children.json/FNZ.html"
|
|
- "/.children.json/FNZ.png"
|
|
- "/.children.json/FNZ.ico"
|
|
- "/etc.json"
|
|
- "/etc.1.json"
|
|
- "/etc....4.2.1....json"
|
|
- "/etc.json?FNZ.css"
|
|
- "/etc.json?FNZ.ico"
|
|
- "/etc.json?FNZ.html"
|
|
- "/etc.json/FNZ.css"
|
|
- "/etc.json/FNZ.html"
|
|
- "/etc.json/FNZ.ico"
|
|
- "/etc.children.json"
|
|
- "/etc.children.1.json"
|
|
- "/etc.children....4.2.1....json"
|
|
- "/etc.children.json?FNZ.css"
|
|
- "/etc.children.json?FNZ.ico"
|
|
- "/etc.children.json?FNZ.html"
|
|
- "/etc.children.json/FNZ.css"
|
|
- "/etc.children.json/FNZ.html"
|
|
- "/etc.children.json/FNZ.png"
|
|
- "/etc.children.json/FNZ.ico"
|
|
- "///etc.json"
|
|
- "///etc.1.json"
|
|
- "///etc....4.2.1....json"
|
|
- "///etc.json?FNZ.css"
|
|
- "///etc.json?FNZ.ico"
|
|
- "///etc.json/FNZ.html"
|
|
- "///etc.json/FNZ.png"
|
|
- "///etc.json/FNZ.ico"
|
|
- "///etc.children.json"
|
|
- "///etc.children.1.json"
|
|
- "///etc.children....4.2.1....json"
|
|
- "///etc.children.json?FNZ.css"
|
|
- "///etc.children.json?FNZ.ico"
|
|
- "///etc.children.json?FNZ.html"
|
|
- "///etc.children.json/FNZ.css"
|
|
- "///etc.children.json/FNZ.html"
|
|
- "///etc.children.json/FNZ.png"
|
|
- "///etc.children.json/FNZ.ico"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- 'jcr:createdBy'
|
|
condition: and
|
|
# digest: 490a004630440220104eb07638891f6d6febb6bc9d9b53106368a2ce53208b54d3975a6489f1073e02202a4249f0550aa06ca7d459cc6a9798d7ed77e1d7d7bf98344f3abad59bfb7136:922c64590222798bb761d5b6d8e72950 |