2021-02-27 10:27:13 +00:00
|
|
|
id: dlink-wireless
|
|
|
|
|
|
|
|
info:
|
2022-11-09 21:36:13 +00:00
|
|
|
name: D-Link Wireless Router Panel - Detect
|
2021-02-27 10:27:13 +00:00
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: info
|
2022-11-09 21:36:13 +00:00
|
|
|
description: D-Link Wireless Router panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/6784
|
2022-11-09 21:36:13 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: dlink,router,edb,panel
|
2021-02-27 10:27:13 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/status.php'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>D-LINK SYSTEMS, INC. | WIRELESS ROUTER | HOME</title>'
|
|
|
|
- '<title>D-LINK SYSTEMS, INC. | WIRELESS ACCESS POINT | HOME</title>'
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-11-09 21:36:13 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/09
|