nuclei-templates/http/misconfiguration/aem/aem-jcr-querybuilder.yaml

30 lines
728 B
YAML
Raw Normal View History

2021-04-05 17:15:48 +00:00
id: aem-jcr-querybuilder
info:
name: Query JCR role via QueryBuilder Servlet
author: DhiyaneshDk
2021-04-05 17:15:48 +00:00
severity: info
2022-07-25 17:37:28 +00:00
metadata:
shodan-query: http.component:"Adobe Experience Manager"
2021-04-05 17:15:48 +00:00
tags: aem
http:
2021-04-05 17:15:48 +00:00
- raw:
- |
GET /bin/querybuilder.json.;%0aa.css?p.hits=full&property=rep:authorizableId&type=rep:User HTTP/1.1
Host: {{Hostname}}
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"success":true'
2021-06-18 10:23:49 +00:00
- 'jcr:uuid'
condition: and