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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-09-05 10:39:32 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: title:"GraphQL Playground"
|
|
|
|
tags: misconfig,graphql
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
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
|