1. Tool Start Parameters
  2. Subdomain Finder

Deprecated

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

Subdomain Finder

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 20.

Parameter
target
Type
string
required
true

The domain name that will be searched for subdomains.

Parameter
tool_params
Type
dictionary
{
  "op": "start_scan",
  "tool_id": 20,
  "target": "bbc.com",
  "tool_params": {
    "web_details": "on"
  }
}