Skip to main content

Module client

Module client 

Source
Expand description

REST API Client Orchestration. Orchestrator for the sqlmapapi.py subprocess and its RESTful interface.

Manages the full daemon lifecycle — boot, health check, task creation, scan execution, log retrieval, graceful stop/kill, and RAII cleanup.

Structs§

SqlmapEngine
Manages the sqlmapapi lifecycle and provides access to its REST API.
SqlmapTask
An RAII-tracked scan execution task.