Skip to content

KLR 300N Router Panel - Detect

ID: klr300n-panel

Severity: info

Author: andreluna

Tags: keo,klr300n,panel,login

Home router wireless KLR 300N login panel were Detected.

id: klr300n-panel
info:
name: KLR 300N Router Panel - Detect
author: andreluna
severity: info
description: |
Home router wireless KLR 300N login panel 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:
verified: true
max-request: 1
fofa-query: Roteador Wireless KLR 300N
tags: keo,klr300n,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/login.asp"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Roteador Wireless KLR 300N</title>"
- "login"
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450221008148c60a52a2aec193e225d9e980ca1620fecb7bcf6e200ee2ce919013ce2b34022010bceb42f81d115a743c13e4d4ad32e532cb865d2de926a1f5eee7511257b0d4: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/klr300n-panel.yaml"

View on Github