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

23 lines
446 B
YAML

id: keenetic-web-login
info:
name: Keenetic Web Login
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6817
tags: panel,keenetic
requests:
- 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