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.

命名空间: telnet

目录

接口

函数

函数

IsTelnet

IsTelnet(host, port): IsTelnetResponse | null IsTelnet 检查主机是否运行 Telnet 服务器。

参数

名称类型
hoststring
portnumber

返回

IsTelnetResponse | null 示例
const telnet = require('nuclei/telnet');
const isTelnet = telnet.IsTelnet('acme.com', 23);
log(toJSON(isTelnet));

定义于

telnet.ts:12