Create graphql-playground.yaml
parent
def8e8a0bc
commit
3082095af4
|
@ -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
|
Loading…
Reference in New Issue