25 lines
498 B
YAML
25 lines
498 B
YAML
id: workresources-rdp
|
|
|
|
info:
|
|
name: Work Resources RemoteApp and Desktop Connection
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
shodan-query: 'http.title:"RD Web Access"'
|
|
tags: panel,workresources
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/RDWeb/Pages/en-US/login.aspx'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Error: Unable to display RD Web Access</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|