VNCClient
.IsVNC(host, port)
⇒ IsVNCResponse
IsVNCResponse
: object
VNCClient is a minimal VNC client for nuclei scripts.
Kind: inner class of vnc
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. |
Example
object
IsVNCResponse is an object containing the response of the IsVNC method.
Kind: inner typedef of vnc
VNCClient
.IsVNC(host, port)
⇒ IsVNCResponse
IsVNCResponse
: object
VNCClient is a minimal VNC client for nuclei scripts.
Kind: inner class of vnc
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. |
Example
object
IsVNCResponse is an object containing the response of the IsVNC method.
Kind: inner typedef of vnc