Skip to content

machenme/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Xiaomi

adb shell pm suspend com.miui.systemAdSolution
adb shell pm suspend com.miui.analytics
adb shell pm suspend com.xiaomi.ab
adb shell pm suspend com.miui.hybrid

黑域

adb -d shell 'output=$(pm path me.piebridge.brevent); export CLASSPATH=${output#*:}; app_process /system/bin me.piebridge.brevent.server.BreventServer bootstrap; /system/bin/sh /data/local/tmp/brevent.sh'

TEWA-1000E 破解超级管理员密码

下载天邑工具.exe后打开,选择大悦me连接后手动输入相关登录命令.每次输入一次按一下回车
适用于硬件版本V1.0的

telnetadmin
telnetadmin
su
BwcNuaFS
exit
telecomadmin get

计算红米AX6s ssh密码

打开默认的192.168.31.1并且登录,能看到SN码

可以把下面代码另存为calc_passwd.py然后运行python calc_passwd.py 12345/A1BC23456(将12345/A1BC23456替换为你的SN码)

import sys
import hashlib

def calc_passwd(sn):
    passwd = sn + '6d2df50a-250f-4a30-a5e6-d44fb0960aa0'
    md5_value = hashlib.md5(passwd.encode())
    return md5_value.hexdigest()[:8]

if __name__ == "__main__":
    if len(sys.argv) > 1:
        serial = sys.argv[1]  # you can input your SN here.
        print(calc_passwd(serial))
    else:
        serial = input('input your SN eg: 12345/A1BC23456 \n')
        print(calc_passwd(serial))

About

get super key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published