赞
踩
注意:以下方法只适用于安卓10以下版本,真实手机安卓10以上包括10可以用magisk模块AlwaysTrustUserCerts实现代理安装
http://burp
自己找官网安装openssl
Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions (slproweb.com)
adb devices
adb connect 127.0.0.1:62026
adb root
adb remount
openssl x509 -inform der -in cacert.der -out burp.pem
openssl x509 -subject_hash_old -in burp.pem
burp.pem改名为9a5ba575.0
adb push 9a5ba575.0 /system/etc/security/cacerts/
分两种
1:adb方式
2:自己拿手机移动(无命令行,但需要手机root并安装面具),这个方法移动过去后还得改移动后文件的权限和用户,不建议使用 麻烦
adb devices
手机上允许调试
adb root
adb remount
'adb remount' 将 '/system' 部分置于可写入的模式,默认情况下 '/system' 部分是只读模式的。这个命令只适用于已被 root 的设备。
开始传
adb push 9a5ba575.0 /system/etc/security/cacerts/
将文件传到手机上自己在mt管理器(需要root权限)上移动
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。