Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooyundota/droidsslunpinning
Android certificate pinning disable tools
https://github.com/wooyundota/droidsslunpinning
Last synced: 11 days ago
JSON representation
Android certificate pinning disable tools
- Host: GitHub
- URL: https://github.com/wooyundota/droidsslunpinning
- Owner: WooyunDota
- Created: 2015-05-21T03:06:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T05:38:52.000Z (over 4 years ago)
- Last Synced: 2024-10-26T11:32:10.941Z (18 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 1,364
- Watchers: 35
- Forks: 342
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安卓证书锁定解除的工具
**经常有朋友问我,手机安装代理证书后这个app的https流量依然抓不到明文包该如何操作,这种情况基本是遇到证书锁定了,分享下我的操作.**
- [x] 目录ObjectionUnpinningPlus增加了ObjectionUnpinning没覆盖到的锁定场景.([objection](https://github.com/sensepost/objection))
- 使用方法1 attach : frida -U com.example.mennomorsink.webviewtest2 --no-pause -l hooks.js
- 使用方法2 spawn : frida -U -f com.example.mennomorsink.webviewtest2 -l hooks.js --no-pause
- 更为详细使用方法:参考我的文章 [Frida.Android.Practice(ssl unpinning)](https://github.com/WooyunDota/DroidDrops/blob/master/2018/Frida.Android.Practice.md) 实战ssl pinning bypass 章节 .
- [x] ObjectionUnpinningPlus hook list:
- SSLcontext(ART only)
- okhttp
- webview
- XUtils(ART only)
- httpclientandroidlib
- JSSE
- network\_security\_config (android 7.0+)
- Apache Http client (support partly)
- OpenSSLSocketImpl
- TrustKit
- Cronet
- [x] 若有没有覆盖到的场景可以联系我微博https://weibo.com/luoding1991.
- [x] 如遇双向锁定即客户端锁定后服务端也对客户端证书验证checkClientTrusted,还需将证书文件导入代理软件,可能会有密码但必然会存在客户端中.
- [x] xposed版本直接使用 https://github.com/Fuzion24/JustTrustMe 建议自己编译.