From 558f7fc084f615a53f236fe296f4e1cc0acf7c5b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 11 Jun 2026 22:46:41 +0200 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/REST-API.md b/REST-API.md index 73b1259..50db11c 100644 --- a/REST-API.md +++ b/REST-API.md @@ -2,8 +2,6 @@ sqlmap can be controlled through an HTTP REST API by using `sqlmapapi.py`. The API accepts and returns JSON. This is useful when sqlmap has to be integrated into another tool, service, user interface, automation pipeline or commercial product. -This interface has historically been referred to in sqlmap code and older documentation as the **REST-JSON API**. In this page, it is called the **REST API** to avoid confusion with the separate `JSON:API` specification. - The API server manages scan tasks. A client creates a task, sets sqlmap options, starts a scan, then retrieves status, logs, data and output files. > **Note**