1. Tool Start Parameters
  2. Find Virtual Hosts

Deprecated

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

Find Virtual Hosts

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 160.

Parameter
target
Type
string
required
true

The IP address that will be searched for virtual hosts. This parameter can also be a hostname. In this case, it will first be resolved to an IP address, then the normal search for virtual hosts will continue for that IP.

{
  "op": "start_scan",
  "tool_id": 160,
  "target": "151.101.64.81",
  "tool_params": {}
}