vnc

package
v3.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: MIT, Apache-2.0 Imports: 9 Imported by: 2

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

type IsVNCResponse struct {
	IsVNC  bool
	Banner string
}

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 added in v3.2.0

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)); ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL