1. Tool Start Parameters
  2. Website Scan

Deprecated

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

Website Scan

This API page refers to the new website scanner engine developed in-house by our team. For more information about tests, please check out our dedicated support article.

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 170.

Parameter
target
Type
string
required
true

The URL that will be scanned.

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