1. Tool Start Parameters
  2. TCP Port Scan

Deprecated

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

TCP Port Scan

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 70.

Parameter
target
Type
string
required
true

The IP address or hostname that will be scanned.

Parameter
tool_params
Type
dictionary
{
  "op": "start_scan",
  "tool_id": 70,
  "target": "demo.pentest-tools.com",
  "tool_params": {
    "scan_type": "custom",
    "do_service_detect": "off",
    "do_os_detect": "on",
    "do_traceroute": "on",
    "check_alive": "on",
    "port_type": "port_list",
    "list_of_ports": "22,80,443"
  }
}