mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 12:43:29 +08:00
32 lines
910 B
YAML
32 lines
910 B
YAML
id: graphql-dianajl-detect
|
|
info:
|
|
name: Graphql Dianajl Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference: https://github.com/dolevf/graphw00f/blob/main/graphw00f/lib.py
|
|
tags: tech,graphql,dianajl
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/graphql"
|
|
- "{{BaseURL}}/api/graphql"
|
|
- "{{BaseURL}}/query"
|
|
- "{{BaseURL}}/"
|
|
body: '{"query":"queryy { __typename }"}'
|
|
headers:
|
|
Content-Type: application/json
|
|
redirects: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 400
|
|
|
|
- type: word
|
|
words:
|
|
- 'Syntax Error GraphQL request (1:1) Unexpected Name "queryy"'
|
|
part: body
|
|
# digest: 4b0a00483046022100a68802e66cd761f3224c71762f35242f91ae10e9538554f6a2097e7583492e0802210095a250685ac80752fbc0e34ee9b48a83fe4a61fa4e96ea79f6c3ab45e79e043f:922c64590222798bb761d5b6d8e72950 |