TCP port check
tcp_port_checkCheck whether specific TCP ports on a host accept connections. Perform a TCP-level port verification without HTTP or TLS checks.
Instructions
Check whether specific TCP ports on a host accept connections. This is a connectivity check of named ports — NOT a discovery scan. Capped by scope-guard. Use this when you need to verify a SPECIFIC port is open at the TCP level. It does NOT send HTTP or check TLS. Use after net_ping confirms the host is alive, or when ICMP is blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | target host | |
| ports | Yes | list of ports to check |