nuclei-templates/http/exposed-panels/keenetic-web-login.yaml

31 lines
673 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,keenetic,edb
metadata:
max-request: 1
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