Skip to content

Instantly share code, notes, and snippets.

@h1code2
Last active November 13, 2020 02:28
Show Gist options
  • Save h1code2/17c0138cab1bb536ff5cd97bf14c6c8b to your computer and use it in GitHub Desktop.
Save h1code2/17c0138cab1bb536ff5cd97bf14c6c8b to your computer and use it in GitHub Desktop.
Android抓包用户证书转系统证书 #charles #证书 #抓包
cd /data/misc/user/0/cacerts-added
# 安卓8  
mount -o remount,rw /system
# 安卓7  
mount -o rw,remount /system
cp * /etc/security/cacerts/
mount -o remount,ro /system
# 移动后记得修改权限 chmod 777 xxx.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment