1. Tool Start Parameters
  2. SSL/TLS Scan

Deprecated

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

SSL/TLS Scan

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 450.

Parameter
target
Type
string
required
true

The target URL that will be scanned.

Parameter
tool_params
Type
dictionary
{
  "op": "start_scan",
  "tool_id": 450,
  "target": "example.org",
  "tool_params": {
    "ports": "443,465,993"
  }
}