nuclei-templates/http/exposed-panels/rdweb-panel.yaml

42 lines
908 B
YAML
Raw Normal View History

id: rdweb-panel
info:
name: RD Web Access - Panel Detect
author: rxerium,sorrowx3
severity: info
2023-11-09 06:36:13 +00:00
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:
max-request: 1
product: remote_desktop
shodan-query: html:"RD Web Access"
vendor: microsoft
verified: true
tags: panel,login,rdp,web-access,microsoft
http:
- method: GET
path:
2023-12-04 03:13:57 +00:00
- '{{BaseURL}}/RDWeb/'
host-redirects: true
2024-05-06 17:26:22 +00:00
max-redirects: 2
matchers-condition: or
matchers:
- type: word
2023-12-04 03:13:57 +00:00
part: header
words:
2023-12-04 03:13:57 +00:00
- "TSWAFeatureCheckCookie=true; path=/RDWeb/"
- type: word
part: response
words:
- "<rdp-client-top-view>"
- "Microsoft Remote Desktop"
2024-05-06 17:26:22 +00:00
condition: and