Skip to main content

接口: SMTPResponse

smtp.SMTPResponse SMTPResponse 是 IsSMTP 函数的响应结果。 示例
const smtp = require('nuclei/smtp');
const client = new smtp.Client('acme.com', 25);
const isSMTP = client.IsSMTP();
log(isSMTP)

目录

属性

属性

可选 Banner: string

定义于

smtp.ts:196

IsSMTP

可选 IsSMTP: boolean

定义于

smtp.ts:194