Skip to main content

Module types

Module types 

Source
Expand description

Deserialization payloads matching Sqlmap’s JSON structures Core type definitions for SQLMap REST API (sqlmapapi) payloads.

Structs§

BasicResponse
Generic success response.
DataResponse
Final payload block returning all gathered data for a task.
NewTaskResponse
Response when creating a new task.
SqlmapDataChunk
A chunk of extracted data reported by SQLMap engine.
SqlmapFinding
A parsed finding representing a confirmed injection.
SqlmapOptions
Configuration payload mapped directly to SQLMap CLI arguments.
StatusResponse
Response containing current execution status.