Interface: IsRDPResponse

rdp.IsRDPResponse IsRDPResponse is the response from the IsRDP function. this is returned by IsRDP function. Example
const rdp = require('nuclei/rdp');
const isRDP = rdp.IsRDP('acme.com', 3389);
log(toJSON(isRDP));

Table of contents

Properties

Properties

IsRDP

Optional IsRDP: boolean

Defined in

rdp.ts:84

OS

Optional OS: string

Defined in

rdp.ts:86