Add graphql.yaml

patch-1
NkxxkN 2020-04-20 12:52:29 +00:00
parent 9cb4e01180
commit c136e7f77a
1 changed files with 24 additions and 0 deletions

24
technologies/graphql.yaml Normal file
View File

@ -0,0 +1,24 @@
id: graphql
info:
name: GraphQL API
author: NkxxkN
severity: low
requests:
- method: POST
path:
- "{{BaseURL}}/graphql"
- "{{BaseURL}}/graphiql"
- "{{BaseUrl}}/graphql.php"
- "{{BaseUrl}}/graphql/console"
- "{{BaseUrl}}/v1"
- "{{BaseUrl}}/v2"
- "{{BaseUrl}}/v3"
headers:
Content-Type: application/json
body: '{"query":"query IntrospectionQuery{__schema {queryType { name }}}"}'
matchers:
- type: word
words:
- '{"data":{"__schema":{"queryType":'