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

35 lines
616 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:
max-request: 1
2022-09-05 10:39:32 +00:00
verified: true
shodan-query: title:"GraphQL Playground"
tags: misconfig,graphql
http:
2022-09-05 10:39:32 +00:00
- 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