Skip to content

Scanning Engine v2 - Module - RD Web

Overview

Targeting

Schemas

The schema for the body object of all results generated with .task.module_name equal to rdweb can be found here. The schema for results is available both in standalone and bundled form.

Examples

These are examples of the .body object for results with .task.module_name equal to rdweb.

Live Host

This example was generated with a live host on the internet.

{
  "name": "Microsoft Remote Desktop Web",
  "url": "https://[REDACTED]:443/",
  "evidence": "<title>Error: Unable to display RD Web Access</title>",
  "redirects": [
    "https://[REDACTED]/RDWeb",
    "https://[REDACTED]/RDWeb/Pages",
    "https://[REDACTED]/RDWeb/Pages/",
    "https://[REDACTED]/RDWeb/Pages/en-US/Default.aspx",
    "https://[REDACTED]/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx"
  ],
  "workspace_id": "[REDACTED]",
  "workspace_friendly_name": "[REDACTED]",
  "redirector_name": "[REDACTED]"
}

Changelog

v1.0.0 (2025-05-05)

  • Initial release of versioning for each module. All modules are being tagged with version number 1.0.0. Going forward:
  • Major version should be changed when there are changes that impact consumers or clients of the modules.
  • Minor version should be changed when there are additions which enrich or enhance the module but shouldn't affect consumers or clients.
  • Patch version should be changed when there are bugfixes.