安卓下抓HTTPS,frida取SSLkey、tcpdump、wireshark,需root

设备需root!!设备需root!!设备需root!!

测试环境:redmi 5 plus、miui10 9.9.2dev(安卓8.1)、已root、frida 15.2.2、frida-tools 11.0.0、py3.8.10、win7

1、进入adb(详见 http://t.csdn.cn/Rpo1t),查看架构

#进入shell
adb shell

#进入shell后,查看该手机CPU架构
getprop ro.product.cpu.abi

2、安装termux的app,本次使用termux-app_v0.118.0+github-debug_arm64-v8a.apk,注意架构,下载传送门https://github.com/termux/termux-app/releases/tag/v0.118.0


运行termux后运行:

# 会弹出授权框,点允许
termux-setup-storage

你可能感兴趣的:(tcpdump,frida,抓包,https,ssl,wireshark,termux)