Skip to content

TP-LINK Router R470T - Default-Login

ID: tplink-r470t-default-login

Severity: high

Author: ritikchaddha

Tags: tp-link,r470t,default-login,misconfig

id: tplink-r470t-default-login
info:
name: TP-LINK Router R470T - Default-Login
author: ritikchaddha
severity: high
reference:
- http://cdn.cnetcontent.com/73/f6/73f6abc0-ef95-48d8-a55f-5ea3f5816332.pdf
metadata:
verified: true
max-request: 1
shodan-query: "r470t"
tags: tp-link,r470t,default-login,misconfig
variables:
username: "admin"
password: "admin"
http:
- raw:
- |
@timeout: 20s
GET /userRpm/MenuRpm.htm HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: response
words:
- "SystemStatisticRpm"
- "DiagnosticRpm"
- "R470T"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100b1b770d4eb1f201674156340717c9a2dc418911b0d994e105f565f1c0ebde914022006ed6287558e8c040357150afaeb76e7270141c61022263af692815efbfdcb9a: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/default-logins/tplink/tplink-r470t-default-login.yaml"

View on Github