Skip to main content

Module types

Module types 

Source
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§

BasicResponse
Generic success response from the API.
DataResponse
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.
NewTaskResponse
Response when creating a new task.
SqlmapDataChunk
A chunk of extracted data reported by the SQLMap engine.
SqlmapFinding
A parsed finding representing a confirmed SQL injection.
SqlmapOptions
Configuration payload mapped directly to SQLMap CLI arguments.
SqlmapOptionsBuilder
Builder for constructing SqlmapOptions with a fluent API.
StatusResponse
Response containing current execution status.

Enums§

OutputFormat
Supported output formats for scan results.

Functions§

format_findings
Format a slice of findings in the specified output format.