Skip to content

TP-LINK Router R470T - Detect

ID: tplink-r470t-panel

Severity: info

Author: ritikchaddha

Tags: tplink,r470t,panel,login,detect

id: tplink-r470t-panel
info:
name: TP-LINK Router R470T - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 2
shodan-query: "r470t"
tags: tplink,r470t,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: response
words:
- 'userRpm'
- 'R470T'
condition: and
# digest: 4b0a00483046022100885f198cb25db3ef0b9170ac2bd7f5ca9ca26b0a270e9a79caf359db290427ed022100be1913815f4200f95d969eabb88f997a70f12c084b1bd116d33253aa5de38545: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/tplink/tplink-r470t-panel.yaml"

View on Github