nuclei-templates/exposed-panels/workresources-rdp.yaml

25 lines
484 B
YAML
Raw Normal View History

2021-10-24 17:27:46 +00:00
id: workresources-rdp
info:
name: Work Resources RemoteApp and Desktop Connection
author: dhiyaneshDK
severity: info
metadata:
shodan-query: 'http.title:"RD Web Access"'
2021-10-25 08:24:55 +00:00
tags: panel
2021-10-24 17:27:46 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/RDWeb/Pages/en-US/login.aspx'
matchers-condition: and
matchers:
- type: word
words:
2021-10-25 08:24:55 +00:00
- '<title>Error: Unable to display RD Web Access</title>'
2021-10-24 17:27:46 +00:00
- type: status
status:
- 200