Merge pull request #7550 from projectdiscovery/wd-mycloud-panel
Create wd-mycloud-panel.yamlpatch-1
commit
9323b729bb
|
@ -0,0 +1,33 @@
|
|||
id: wd-mycloud-panel
|
||||
|
||||
info:
|
||||
name: WD My Cloud Panel - Detect
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
reference:
|
||||
- https://www.zerodayinitiative.com/blog/2023/4/19/cve-2022-29844-a-classic-buffer-overflow-on-the-western-digital-my-cloud-pro-series-pr4100
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:-1074357885
|
||||
tags: panel,login,mycloud,wd,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'WDMyCloud'
|
||||
- 'Cloud_Connection_StatusID'
|
||||
- 'my_cloud_os'
|
||||
- 'WD Privacy Statement'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue