Merge pull request #5461 from projectdiscovery/aem-list-custom

Create aem-list-custom.yaml
patch-1
Prince Chaddha 2022-09-26 11:59:05 +05:30 committed by GitHub
commit 43b9c590a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
id: aem-list-custom
info:
name: AEM List Custom Scripts
author: DhiyaneshDK
severity: unknown
reference:
- https://www.slideshare.net/0ang3el/hacking-aem-sites
metadata:
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe
requests:
- method: GET
path:
- "{{BaseURL}}/apps.tidy.infinity.json"
- "{{BaseURL}}{{path}}"
iterate-all: true
extractors:
- type: json
part: body
name: path
json:
- '.[]'
internal: true
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"jcr:primaryType":'
- '"jcr:createdBy":'
condition: and
- type: word
part: header
words:
- application/json
- type: status
status:
- 200