Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery-new-js-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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:67

PluginInfo

Optional PluginInfo: ServiceRDP

Defined in

rdp.ts:65