Expand description
Deserialization payloads matching Sqlmap’s JSON structures
Core type definitions for SQLMap REST API (sqlmapapi) payloads.
Structs§
- Basic
Response - Generic success response.
- Data
Response - Final payload block returning all gathered data for a task.
- NewTask
Response - Response when creating a new task.
- Sqlmap
Data Chunk - A chunk of extracted data reported by SQLMap engine.
- Sqlmap
Finding - A parsed finding representing a confirmed injection.
- Sqlmap
Options - Configuration payload mapped directly to SQLMap CLI arguments.
- Status
Response - Response containing current execution status.