Documentation ¶
Overview ¶
Warning - This is generated code
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsVNCResponse ¶
IsVNCResponse is the response from the IsVNC function. @example ```javascript const vnc = require('nuclei/vnc'); const isVNC = vnc.IsVNC('acme.com', 5900); log(toJSON(isVNC)); ```
func IsVNC ¶
func IsVNC(host string, port int) (IsVNCResponse, error)
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. @example ```javascript const vnc = require('nuclei/vnc'); const isVNC = vnc.IsVNC('acme.com', 5900); log(toJSON(isVNC)); ```
Click to show internal directories.
Click to hide internal directories.