acunetix_rest
Manage web vulnerability scanning via Acunetix/Invicti REST API endpoints to control targets, scans, vulnerabilities, and reports using GET, POST, PUT, DELETE, or PATCH methods.
Instructions
【通用 REST 调用器】访问 /api/v1/* 端点。
method: GET/POST/PUT/DELETE/PATCH
path: 端点路径,如 targets / scans / vulnerabilities / reports / me
params: 查询参数(可选)
body: JSON 请求体(POST/PUT 等写操作需要) 高风险写操作请确保意图明确。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| method | Yes | ||
| params | No |