Loading... 打开http://192.168.1.1/cgi-bin/baseinfoSet.cgi 部分可以,其实还是通过某个"网页"来查看用户信息 如图 ![telecom.png][1] 使用下面python脚本进行解密: ``` list=[120,105,112,105,103,115,113,101,104,113,109,114,53,48,54,55,54,51,51,57] result=[] for i in list: if i > 57: i-=4 result.append(chr(i)) print ''.join(result) ``` 如果没有python环境 可以在线运行 http://www.pythontip.com/coding/run list=替换成自己设备的加密密码即可。 ![telecom-python.png][2] 部分来自:https://blog.51cto.com/jzking121/1750713 [1]: https://assets.xyz.blue/attachments/2019/08/1132294548.png [2]: https://assets.xyz.blue/attachments/2019/08/2842940812.png 最后修改:2019 年 08 月 21 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 0 如果觉得我的文章对你有用,请随意赞赏