Skip to content

Telesquare TLR-2005KSH Login Panel - Detect

ID: tlr-2005ksh-login

Severity: info

Author: princechaddha

Tags: panel,router,telesquare

Telesquare TLR-2005KSH login panel was detected.

id: tlr-2005ksh-login
info:
name: Telesquare TLR-2005KSH Login Panel - Detect
author: princechaddha
severity: info
description: Telesquare TLR-2005KSH 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
cpe: cpe:2.3:o:telesquare:tlr-2005ksh_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: telesquare
product: tlr-2005ksh_firmware
shodan-query:
- http.html:"TLR-2005KSH"
- http.html:"tlr-2005ksh"
fofa-query: body="tlr-2005ksh"
tags: panel,router,telesquare
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login to TLR-2005KSH</title>"
- type: status
status:
- 200
# digest: 4a0a004730450221009cfdb277fdf3768bb16b54b1bc69dd63d4daf8415f049c714282f9b716d206c2022049b723d997897168f8b1bc77852d41db53cacf7e6f47483789fb4e266934232c: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/telesquare/tlr-2005ksh-login.yaml"

View on Github