Skip to main content

命名空间: pop3

目录

接口

函数

函数

IsPOP3

IsPOP3(host, port): IsPOP3Response | null IsPOP3 检查主机是否运行 POP3 服务器。

参数

名称类型
hoststring
portnumber

返回值

IsPOP3Response | null Example
const pop3 = require('nuclei/pop3');
const isPOP3 = pop3.IsPOP3('acme.com', 110);
log(toJSON(isPOP3));

定义于

pop3.ts:12