api_graphql_fuzz
Fuzz a GraphQL endpoint to uncover security vulnerabilities. Accepts a target URL, optional query, and depth setting to systematically test for weaknesses.
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 |