Skip to content

Tenda Web Master Login Panel - Detect

ID: tenda-web-master

Severity: info

Author: DhiyaneshDK

Tags: panel,tenda,router

Tenda Web Master login panel was detected.

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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Tenda Web Master"
tags: panel,tenda,router
http:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Tenda Web Master</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100aa6ca34edc6708ceaa88dc218c783d3d9c4d0d66fde530ec14a08eb57b633db8022036be7d9725edfafd74a70101f5494b8e043ae70b5267fb0731d9bcf8a68daa32:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/tenda-web-master.yaml"

View on Github