D-Link Wireless Router Panel - Detect
ID: dlink-wireless
Severity: info
Author: dhiyaneshDK
Tags: dlink,router,edb,panel
Description
Section titled “Description”D-Link Wireless Router panel was detected.
YAML Source
Section titled “YAML Source”id: dlink-wireless
info: name: D-Link Wireless Router Panel - Detect author: dhiyaneshDK severity: info description: D-Link Wireless Router panel was detected. reference: - https://www.exploit-db.com/ghdb/6784 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 tags: dlink,router,edb,panel
http: - 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# digest: 4a0a00473045022100e21c20058340d9d56a6f3304adaa6afc5984a045f5079874acb6432fe00fba6802206a600b728509d81ea450b74395d6ff49d82cc5597b0bf9e9a868b3629bfa49c8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/d-link-wireless.yaml"