frida / frida-core

Frida core library intended for static linking into bindings
https://frida.re
Other
607 stars 193 forks source link

HTTPS traffic not captured #255

Open ElModdy opened 5 years ago

ElModdy commented 5 years ago

Hi, I'm sorry for my english. I use this script to bypass ssl pinning: https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida and Burp as proxy. With some app it captures both http and https traffic but with others it only capture the http but the https traffic works ( the responses come back to the app but the proxy doesn't capture them ). What can I do? I really appreciate any kind of help

hunterli commented 5 years ago

check read permission on /data/local/tmp/cert-der.crt for hooked app.