RD Web Access Panel - Detect
ID: rdweb-panel
Severity: info
Author: rxerium,sorrowx3
Tags: panel,login,rdp,web-access,Microsoft,detect,microsoft
Description
Section titled “Description”RD web access panel was discovered.
YAML Source
Section titled “YAML Source”id: rdweb-panel
info: name: RD Web Access Panel - Detect author: rxerium,sorrowx3 severity: info description: | RD web access panel was discovered. reference: - https://rdweb.wvd.microsoft.com/webclient classification: cpe: cpe:2.3:a:microsoft:remote_desktop:*:*:*:*:android:*:*:* metadata: verified: true max-request: 1 vendor: microsoft product: remote_desktop shodan-query: - html:"RD Web Access" - http.html:"rd web access" fofa-query: body="rd web access" tags: panel,login,rdp,web-access,Microsoft,detect,microsoft
http: - method: GET path: - '{{BaseURL}}/RDWeb/'
host-redirects: true max-redirects: 2
matchers-condition: or matchers: - type: word part: header words: - "TSWAFeatureCheckCookie=true; path=/RDWeb/"
- type: word part: response words: - "<rdp-client-top-view>" - "Microsoft Remote Desktop" condition: and# digest: 490a004630440220775e08c75aa530f7191fd2eab0bd22bc380b66fcd298620a8cc38672cbcc7d1f02206f5f31a1c4af9879e08c9ec2d69f5923f2ac1065c102be31bc3c2e4986ece9a7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/rdweb-panel.yaml"