acunetix_gql
Send authenticated GraphQL queries/mutations to Acunetix/Invicti scanners to manage targets, launch scans, and retrieve vulnerabilities via the /graphql/ endpoint.
Instructions
【通用 GraphQL 执行器】—— 大模型自主操作的核心通道。 向 /graphql/ 发送任意已确认可用的 query/mutation。
operation_name: 操作名(如 loginUser / getSharedUIData / getSystemInfo)
query: 完整 GraphQL 文本(依据官方文档与已知操作清单)
variables: 变量对象(可选) 注意:本系统 introspection 已禁用,必须使用已知操作名与字段结构。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| variables | No | ||
| operation_name | Yes |