Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery.sec-lab.cn/llms.txt

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

接口: IsVNCResponse

vnc.IsVNCResponse IsVNCResponse 是 IsVNC 函数的响应结果。 示例
const vnc = require('nuclei/vnc');
const isVNC = vnc.IsVNC('acme.com', 5900);
log(toJSON(isVNC));

目录

属性

属性

Optional Banner: string

定义于

vnc.ts:33

IsVNC

Optional IsVNC: boolean

定义于

vnc.ts:31