GHXST01
GHXST01
Hey, could you try a certificate with an expiration date of less than 39 months? Google with Android 7.0 has been throwing certificate errors in it's applications when the root...
Hey @droe I managed to find my source, I should have looked for this when I made my comment. Original article I read: https://blog.nviso.be/2018/01/31/using-a-custom-root-ca-with-burp-for-inspecting-android-n-traffic/ Links to source: https://bugs.chromium.org/p/chromium/issues/detail?id=475745 It does...
I'm up for any collaboration to patch their cert pinning.
Cert pinning is done in native, requires some knowledge of IDA to patch. I'll make a guide once I am more confident in how to patch it.
@mangledbottles @rpw98 @slruslan @maximTartachnik @simransandhu1203 Use Frida. ``` var moduleNames = ['libxliger.so', 'libsslx.so']; var functionName = 'X509_verify_cert' moduleNames.forEach( function(moduleName) { Interceptor.attach(Module.findExportByName(moduleName, functionName), { onEnter: function (args) { // Logging the...
@martinhood @asad0x01 can either of you document the actual patch? I'd like to make it available in Frida to avoid tampering with the APK.
I think this issue can be closed? Maybe a separate issue tracker for virtual interfaces?