diff --git a/misconfiguration/graphql/graphql-playground.yaml b/misconfiguration/graphql/graphql-playground.yaml new file mode 100644 index 0000000000..6d09fc91b4 --- /dev/null +++ b/misconfiguration/graphql/graphql-playground.yaml @@ -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: + - 'GraphQL playground' + + - type: word + part: header + words: + - text/html + + - type: status + status: + - 200