Skip to main content

Interface: CheckRDPAuthResponse

rdp.CheckRDPAuthResponse CheckRDPAuthResponse 是 CheckRDPAuth 函数的返回结果。 这是由 CheckRDPAuth 函数返回的。 Example
const rdp = require('nuclei/rdp');
const checkRDPAuth = rdp.CheckRDPAuth('acme.com', 3389);
log(toJSON(checkRDPAuth));

目录

属性

属性

Auth

Optional Auth: boolean

定义于

rdp.ts:52

PluginInfo

Optional PluginInfo: ServiceRDP

定义于

rdp.ts:50