37 lines
870 B
YAML
37 lines
870 B
YAML
id: klr300n-install
|
|
|
|
info:
|
|
name: KLR 300N Router - Exposed Installation
|
|
author: andreluna
|
|
severity: high
|
|
description: |
|
|
Home router wireless KLR 300N setup page were Detected.
|
|
reference:
|
|
- http://www.keo.com.br/produtos/roteador-klr-300n
|
|
- http://www.keo.com.br/wp-content/uploads/2017/09/Manual_KLR_300N_03-17_site.pdf
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: html:"def_wirelesspassword"
|
|
tags: keo,klr300n,misconfig,exposure,iot,install
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Roteador Wireless KLR 300N</title>"
|
|
- "def_wirelesspassword"
|
|
- "Installation assitance"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|