现在只对常读和星标的公众号才展示大图推送,建议大家把潇湘信安“设为星标”,否则可能看不到了!
0x00 前言
0x01 安卓7以上抓取https流量包
工具准备:
模拟器
OpenSSL
adb
记得开启模拟器的ROOT权限
openssl x509 -inform DER -in cacer.der -out cacert.pem
查看hash,两条名字分别对应不同的openssl版本,自己选择。
openssl x509 -inform PEM -subject_hash_old -in cacert.pem
openssl x509 -inform PEM -subject_hash -in cacert.pem
把文件名字改为:9a5ba575.0
将证书复制到安卓目录下
adb push C:\Users\admin\Desktop\9a5ba575.0 /sdcard/
进入adb shell 进入root权限,输入以下命令
su
mount -o remount -o rw /
mount -o remount -o rw /system
把证书复制到系统证书目录,然后赋权。
cp /sdcard/9a5ba575.0 /system/etc/security/cacerts/
chmod 644 /system/etc/security/cacerts/9a5ba575.0
然后重启即可。
0x02 电脑端抓微信小程序的包
再次打开小程序即可抓到包
文章来源:博客园(知冰)
原文地址:https://www.cnblogs.com/zhibing/p/16893831.html
关注我们
还在等什么?赶紧点击下方名片开始学习吧!
信 安 考 证
CISP、PTE、PTS、DSG、IRE、IRS、NISP、PMP、CCSK、CISSP、ISO27001...
推 荐 阅 读