mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
33 lines
887 B
YAML
33 lines
887 B
YAML
id: graphql-java-detect
|
|
info:
|
|
name: Graphql Java Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/dolevf/graphw00f/blob/main/graphw00f/lib.py
|
|
tags: tech,graphql,java
|
|
|
|
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:
|
|
- "Invalid Syntax : offending token 'queryy'"
|
|
part: body
|
|
# digest: 4a0a00473045022100d2e265199abcd8974d914b950fcd2f53bba30a39808c357c6369a94a536a1307022078b3b48e345d75978f7337a5c79d3dc9acdba7caa3fc60c977dac38c4cb2210e:922c64590222798bb761d5b6d8e72950 |