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.

命名空间: vnc

目录

接口

函数

函数

IsVNC

IsVNC(host, port): IsVNCResponse | null IsVNC 检查主机是否运行 VNC 服务器。 它返回一个布尔值,指示主机是否运行 VNC 服务器, 以及 VNC 服务器的横幅信息。

参数

名称类型
hoststring
portnumber

返回

IsVNCResponse | null 示例
const vnc = require('nuclei/vnc');
const isVNC = vnc.IsVNC('acme.com', 5900);
log(toJSON(isVNC));

定义于

vnc.ts:14