host
, port
): IsVNCResponse
| null
IsVNC checks if a host is running a VNC server.
It returns a boolean indicating if the host is running a VNC server
and the banner of the VNC server.
Name | Type |
---|---|
host | string |
port | number |
IsVNCResponse
| null
Example