Interface: IsVNCResponse
vnc.IsVNCResponse IsVNCResponse is the response from the IsVNC function.Example
Table of contents
Properties
Properties
Banner
•Optional Banner: string
Defined in
vnc.ts:33IsVNC
•Optional IsVNC: boolean
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Example
const vnc = require('nuclei/vnc');
const isVNC = vnc.IsVNC('acme.com', 5900);
log(toJSON(isVNC));
Optional Banner: string
Optional IsVNC: boolean
Was this page helpful?