移动光猫(UNG853H)获取超级帐号和密码

Source

1.查看光猫背部的登录地址及帐密码;比如我的光猫:

http://192.168.1.1
User: user
password: ******

2.启动telnet服务,使用以下命令:

http://192.168.1.1/webcmcc/telnet.html

3.使用telnet登录光猫,在CMD下执行:

telnet 192.168.1.1 
user: user
password: ******

4.从backup_lastgood.xml文件中获取超级帐号和密码:

cd /
cd /config/workb
grep -i -n "admin" backup_lastgood.xml
grep -i -n "password" backup_lastgood.xml