Create graphql-playground.yaml

patch-1
Dhiyaneshwaran 2022-09-05 16:09:32 +05:30 committed by GitHub
parent def8e8a0bc
commit 3082095af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: graphql-playground
info:
name: GraphQL Playground
author: DhiyaneshDk
severity: low
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