nuclei-templates/exposed-panels/tenda-web-master.yaml

34 lines
691 B
YAML

id: tenda-web-master
info:
name: Tenda Web Master Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Tenda Web Master login panel was detected.
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
metadata:
verified: true
shodan-query: title:"Tenda Web Master"
tags: panel,tenda,router
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Tenda Web Master</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/01/18