TCP Port Scan
Request
Parameters |
---|
The ID of this tool. The value is |
The IP address or hostname that will be scanned. |
|
{
"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"
}
}