27 lines
610 B
YAML
27 lines
610 B
YAML
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'
|
|
- 'path'
|
|
- 'hits'
|
|
condition: and
|