Skip to content

Asus Router Login Panel - Detect

ID: asus-router-panel

Severity: info

Author: arafatansari

Tags: panel,asus,router,iot

Asus router login panel was detected.

id: asus-router-panel
info:
name: Asus Router Login Panel - Detect
author: arafatansari
severity: info
description: Asus router 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:h:asus:rt-n53:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: 'Server: httpd/2.0 port:8080'
product: rt-n53
vendor: asus
tags: panel,asus,router,iot
http:
- method: GET
path:
- "{{BaseURL}}/Main_Login.asp"
matchers-condition: and
matchers:
- type: word
words:
- '<title>ASUS Login</title>'
- 'Sign in with your ASUS router account'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100eee528193507b341262a44e25d82c5f6d14f0b6123d325fe4863250290cb147e02200c05ed9c0162f0bd2f8f21f2be760258483f831429693caf798b1c09f6c93049: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/asus-router-panel.yaml"

View on Github