Keenetic Web Login Panel - Detect
ID: keenetic-web-login
Severity: info
Author: dhiyaneshDK
Tags: panel,keenetic,edb
Description
Section titled “Description”Keenetic Web login panel was detected.
YAML Source
Section titled “YAML Source”id: keenetic-web-login
info: name: Keenetic Web Login Panel - Detect author: dhiyaneshDK severity: info description: Keenetic Web login panel was detected. reference: - https://www.exploit-db.com/ghdb/6817 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: panel,keenetic,edb
http: - method: GET path: - '{{BaseURL}}/login#goto=%2Fdashboard'
matchers-condition: and matchers: - type: word words: - '<title ng-bind="$root.title">Keenetic Web</title>'
- type: status status: - 200# digest: 4b0a00483046022100b7185de32336c2355d05087cbf75d5ef0bd28fd4061c68581dc0c37b58658c83022100d9b57d4f48d87750b5500fc8acc959737d0b898047619f201c8e3ed1c3b9ebeb: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/keenetic-web-login.yaml"