commit
3db1207d53
|
@ -0,0 +1,29 @@
|
||||||
|
id: tenda-11n-wireless-router-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Tenda 11n Wireless Router Panel
|
||||||
|
author: idealphase
|
||||||
|
severity: info
|
||||||
|
description: Tenda technology is the recognized leading supplier of networking devices and equipments. Tenda has committed to delivering easy-to-install and affordable networking solutions, offering innovative, cutting-edge products to realize people's intelligent life.
|
||||||
|
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"
|
||||||
|
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
|
Loading…
Reference in New Issue