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

34 lines
691 B
YAML
Raw Normal View History

2022-07-09 00:58:59 +00:00
id: tenda-web-master
info:
name: Tenda Web Master Login Panel - Detect
2022-07-09 00:58:59 +00:00
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
2022-07-09 00:58:59 +00:00
metadata:
verified: true
shodan-query: title:"Tenda Web Master"
2022-07-12 11:08:44 +00:00
tags: panel,tenda,router
2022-07-09 00:58:59 +00:00
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