nuclei-templates/misconfiguration/aem/aem-gql-servlet.yaml

27 lines
610 B
YAML
Raw Normal View History

2021-04-13 08:48:59 +00:00
id: aem-gql-servlet
info:
author: DhiyaneshDk
name: AEM GQLServlet
severity: low
reference: https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/index.html?org/apache/jackrabbit/commons/query/GQL.html
tags: aem
requests:
- method: GET
path:
- '{{BaseURL}}/bin/wcm/search/gql.json?query=type:User%20limit:..1&pathPrefix=&p.ico'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'excerpt'
2021-04-13 19:54:00 +00:00
- 'path'
- 'hits'
2021-04-13 08:48:59 +00:00
condition: and