api_graphql_fuzz
Fuzz GraphQL endpoints to find vulnerabilities by injecting malicious queries and controlling fuzzing depth.
Instructions
Fuzz a GraphQL endpoint for vulnerabilities.
Args: url: GraphQL endpoint URL query: Specific query to fuzz (auto-generated from schema if empty) depth: Fuzzing depth (default: 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| depth | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |