v1

latestOpenAPI 3.0.02026-07-1791314.2 KB
Protocol

Probe protocol.

A Low Level API to probe whether the given protocol is supported on network on ip:port.

get/protocol/probe

Query parameters

protocolstring required

Protocol to probe. Currently supported: dns, ssl30, tls10, tls11, tls12, tls13 and tls. If tls selected, every versions will be probed and report if any version is supported.

networkstring

Target network. Can be tcp or udp. Defaults to tcp.

ipstring required

The target IP address.

portstring required

The target port.

Response

Success.

resultboolean