Expand description
Deserialization payloads, options builder, and output formatting.
Core type definitions for SQLMap REST API (sqlmapapi) payloads.
Provides strictly-typed request/response structures, a comprehensive options builder, and multi-format output for scan results.
Structs§
- Basic
Response - Generic success response from the API.
- Data
Response - Final payload block returning all gathered data for a task.
- LogEntry
- A log entry from the sqlmap scan execution.
- LogResponse
- Response from the log endpoint.
- NewTask
Response - Response when creating a new task.
- Sqlmap
Data Chunk - A chunk of extracted data reported by the SQLMap engine.
- Sqlmap
Finding - A parsed finding representing a confirmed SQL injection.
- Sqlmap
Options - Configuration payload mapped directly to SQLMap CLI arguments.
- Sqlmap
Options Builder - Builder for constructing
SqlmapOptionswith a fluent API. - Status
Response - Response containing current execution status.
Enums§
- Output
Format - Supported output formats for scan results.
Functions§
- format_
findings - Format a slice of findings in the specified output format.