Update and rename rdweb-detect.yaml to rdweb-panel.yaml

patch-1
Dhiyaneshwaran 2023-11-09 11:36:24 +05:30 committed by GitHub
parent 8abc341986
commit 3a325dc29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 27 deletions

View File

@ -1,27 +0,0 @@
id: rdweb-detect
info:
name: rdweb-detect
author: rxerium, sorrowx3
severity: info
description: Nuclei template to detect instances running RD Web
reference:
- https://rdweb.wvd.microsoft.com/webclient
http:
- method: GET
path:
- '{{BaseURL}}/RDWeb/'
host-redirects: true
max-redirects: 1
matchers:
- type: word
words:
- "Set-Cookie: TSWAFeatureCheckCookie=true; path=/RDWeb/"
part: header
- type: status
status:
- 200

View File

@ -0,0 +1,31 @@
id: rdweb-panel
info:
name: RD Web Access - Panel Detect
author: rxerium,sorrowx3
severity: info
description:
reference:
- https://rdweb.wvd.microsoft.com/webclient
metadata:
max-request: 1
verified: true
shodan-query: html:"RD Web Access"
tags: panel,login,rdp,web-access
http:
- method: GET
path:
- '{{BaseURL}}/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx'
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- "Web Access</title>"
- type: status
status:
- 200