nuclei-templates/misconfiguration/graphql/graphql-playground.yaml

34 lines
601 B
YAML
Raw Normal View History

2022-09-05 10:39:32 +00:00
id: graphql-playground
info:
name: GraphQL Playground
author: DhiyaneshDk
2022-09-05 18:35:59 +00:00
severity: unknown
2022-09-05 10:39:32 +00:00
reference:
- https://github.com/graphql/graphql-playground
metadata:
verified: true
shodan-query: title:"GraphQL Playground"
tags: misconfig,graphql
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>GraphQL playground</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200