Vnc.IsVNCResponse
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
Banner
• Optional
Banner: string
Defined in
vnc.ts:33
IsVNC
• Optional
IsVNC: boolean
Defined in
vnc.ts:31
Was this page helpful?