当前位置:   article > 正文

burp证书安装_夜神(雷电)模拟器_pem_真实手机安装_burp的pem证书

burp的pem证书

模拟器_burp证书安装_pem_真实手机安装

注意:以下方法只适用于安卓10以下版本,真实手机安卓10以上包括10可以用magisk模块AlwaysTrustUserCerts实现代理安装

一、下载burp证书,安装openssl

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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

image-20231102102644378

三、 改下生成的burp.cer,并传到模拟器里

burp.pem改名为9a5ba575.0

adb push 9a5ba575.0 /system/etc/security/cacerts/
  • 1
  • 2
  • 3

image-20231102102802186

image-20231102102921808

image-20231102103220658

image-20231102103323865

四、手机装证书

分两种

1:adb方式

2:自己拿手机移动(无命令行,但需要手机root并安装面具),这个方法移动过去后还得改移动后文件的权限和用户,不建议使用 麻烦

第一种
adb devices
手机上允许调试
adb root
adb remount	
'adb remount' 将 '/system' 部分置于可写入的模式,默认情况下 '/system' 部分是只读模式的。这个命令只适用于已被 root 的设备。
开始传
adb push 9a5ba575.0 /system/etc/security/cacerts/
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

image-20231220113207788

第二种

将文件传到手机上自己在mt管理器(需要root权限)上移动

Screenshot_2023-12-20-12-06-54-095_bin.mt.plus
在这里插入图片描述

五、放张图

316b20b048dc45839d7f4f58cf39b72f

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/320761
推荐阅读
相关标签
  

闽ICP备14008679号