Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery-new-js-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Interface: IsVNCResponse

vnc.IsVNCResponse IsVNCResponse is the response from the IsVNC function. Example
const vnc = require('nuclei/vnc');
const isVNC = vnc.IsVNC('acme.com', 5900);
log(toJSON(isVNC));

Table of contents

Properties

Properties

Optional Banner: string

Defined in

vnc.ts:49

IsVNC

Optional IsVNC: boolean

Defined in

vnc.ts:47