1. Tool Start Parameters
  2. SQLi Scan

Deprecated

You are viewing a deprecated version of our API Reference. Please visit the up-to-date documentation.

SQLi Scan

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 370.

Parameter
target
Type
string
required
true

The target URL that will be scanned.

Parameter
tool_params
Type
dictionary
required
true
{
  "op": "start_scan",
  "tool_id": 370,
  "target": "http://demo.pentest-tools.com",
  "tool_params": {
    "follow_redirects": true,
    "scan_type": "light"
  }
}