Interface: CheckRDPAuthResponse

rdp.CheckRDPAuthResponse

CheckRDPAuthResponse is the response from the CheckRDPAuth function. this is returned by CheckRDPAuth function.

Example

const rdp = require('nuclei/rdp');
const checkRDPAuth = rdp.CheckRDPAuth('acme.com', 3389);
log(toJSON(checkRDPAuth));

Table of contents

Properties

Properties

Auth

Optional Auth: boolean

Defined in

rdp.ts:52


PluginInfo

Optional PluginInfo: ServiceRDP

Defined in

rdp.ts:50