nuclei-templates/exposed-panels/tenda-11n-wireless-router-l...

36 lines
841 B
YAML

id: tenda-11n-wireless-router-panel
info:
name: Tenda 11n Wireless Router - Admin Panel
author: idealphase
severity: info
description: |
The administrative panel for a Tenda Technology 11n Wireless Router was found.
reference:
- https://www.tendacn.com/products/11n-routers.html
metadata:
shodan-query: http.title:"Tenda 11N Wireless Router Login Screen"
google-query: intitle:"Tenda 11N Wireless Router Login Screen"
classification:
cvss-score: 0.0
cwe-id: CWE-668
tags: panel,tenda
requests:
- method: GET
path:
- "{{BaseURL}}/login.asp"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Tenda 11N Wireless Router Login Screen</title>"
- type: status
status:
- 200
# Enhanced by cs 04/28/2022