vnc
- vnc
VNCClient
.IsVNC(host, port)
⇒IsVNCResponse
IsVNCResponse
:object
(vnc).VNCClient
VNCClient is a minimal VNC client for nuclei scripts. Kind: inner class ofvnc
vncClient.IsVNC(host, port) ⇒ IsVNCResponse
IsVNC checks if a host is running a VNC server.
Kind: instance method of VNCClient
Returns:
IsVNCResponse
- - The response indicating if the host is running a VNC server and the banner of the VNC server.Throws:
error
- The error encountered during the check.
Param | Type | Description |
---|---|---|
host | string | The host to check. |
port | number | The port to check. |
(vnc).IsVNCResponse : object
IsVNCResponse is an object containing the response of the IsVNC method.
Kind: inner typedef of vnc