--------------------
---------------------
适用河南联通使用的wo-27s光猫。
确保你的电脑已开启Telnet功能,可按照此教程开启
然后在cmd窗口输入代码链接光猫,
其中用户名和密码分别是root和admin- Login:root
- Password:admin
复制代码 注意password需要盲打,是不显示的,登陆成功后会显示
- Password is default value, please modify it!
- WAP>
复制代码 这是键入su并回车
接下来输入
当出现- BusyBox v1.18.4 (2017-10-23 07:02:41 CST) built-in shell (ash)
- Enter 'help' for a list of built-in commands.
- profile close core dump
- WAP(Dopra Linux) #
复制代码 就表明已成功连上光猫,
- <blockquote>WAP(Dopra Linux) # cd mnt/jffs2
复制代码 进入jffs文件夹并显示文件列表,
复制hw_ctree.xml文件
- cp hw_ctree.xml myconf.xml.gz
复制代码
解密myconf.xml.gz文件 - aescrypt2 1 myconf.xml.gz tmp
复制代码
用gzip命令展开压缩文件myconf.xml.gz,得到myconf.xml: 然后使用tftpd将文件导出 - tftp -l myconf.xml -p <你的本地ip >
复制代码然后去打开本地文件,就能查到你的超级用户名与密码。
|