mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 04:33:31 +08:00
32 lines
920 B
YAML
32 lines
920 B
YAML
id: graphql-flutter-detect
|
|
info:
|
|
name: Graphql Flutter Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference: https://github.com/dolevf/graphw00f/blob/main/graphw00f/lib.py
|
|
tags: tech,graphql,flutter,discovery
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/graphql"
|
|
- "{{BaseURL}}/api/graphql"
|
|
- "{{BaseURL}}/query"
|
|
- "{{BaseURL}}/"
|
|
body: '{"query":"query { __typename @deprecated }"}'
|
|
headers:
|
|
Content-Type: application/json
|
|
redirects: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 400
|
|
|
|
- type: word
|
|
words:
|
|
- 'Directive "deprecated" may not be used on FIELD.'
|
|
part: body
|
|
# digest: 4b0a0048304602210083aac2ebf3b5ccbb777456e14d7a6671dec03f15de97d08faeb042081ff49986022100f3adf431934a907d4c2f8fe0fa7c652ecda317c0e7bd1f1f1f14395899ba4047:922c64590222798bb761d5b6d8e72950 |