天翼网关获取超级密码

Blog4年前 (2020)发布 VoxHuang
1,938 0 0

前言

获取天翼网关超级管理密码

命令

烽火光猫

http://192.168.1.1:8080/cgi-bin/baseinfoSet.cgi

Python Code

list=[120,105,112,105,103,115,113,101,104,113,109,114,55,51,50,51,48,54,57,48]
result=[]
for i in list:
    if i > 57:
        i-=4
    result.append(chr(i))
print ''.join(result)

在线Python编程

http://www.pythontip.com/coding/run
© 版权声明

相关文章

暂无评论

暂无评论...