Skip to content

China Unicom Modem Default Login

ID: chinaunicom-default-login

Severity: high

Author: princechaddha

Tags: chinaunicom,default-login

Default login credentials were discovered for a China Unicom modem.

id: chinaunicom-default-login
info:
name: China Unicom Modem Default Login
author: princechaddha
severity: high
description: Default login credentials were discovered for a China Unicom modem.
classification:
cwe-id: CWE-798
metadata:
max-request: 1
tags: chinaunicom,default-login
http:
- raw:
- |
POST /cu.html HTTP/1.1
Host: {{Hostname}}
frashnum=&action=login&Frm_Logintoken=1&Username={{username}}&Password={{password}}&Username=&Password=
attack: pitchfork
payloads:
username:
- CUAdmin
password:
- CUAdmin
matchers-condition: and
matchers:
- type: status
status:
- 302
- type: word
words:
- "/menu.gch"
part: header
# digest: 490a00463044022062e4d0f9bfe1e26df98df12235929c655f623d125e7bade2b33756a5db85298b02203eaa36dd44d4b10ab92fdeff0a306c514519d1601f6b23829ba5d547d931dea6: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/chinaunicom/chinaunicom-default-login.yaml"

View on Github