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