1. Tool Start Parameters
  2. Sniper

Deprecated

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

Sniper

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 490.

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": 490,
  "target": "demo.pentest-tools.com",
  "tool_params": {
    "port_type": "common_ports",
    "commons": "Top 1000 ports"
  }
}