scaffold_transform
Generate a Maltego transform module from a cURL command or OpenAPI specification.
Instructions
Scaffold a new Maltego transform module from a cURL command or OpenAPI specification.
Args: service: Optional service name slug (e.g. 'greynoise', 'threatfox'). curl: A full cURL command string demonstrating an API request. openapi: An OpenAPI/Swagger spec string or file path. sample_response: Optional sample JSON response string to infer output fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curl | No | ||
| openapi | No | ||
| service | No | ||
| sample_response | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |