Skip to content

Instantly share code, notes, and snippets.

@numanturle
Created September 10, 2020 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save numanturle/e566d75fc4573fb9cfba64c534489abf to your computer and use it in GitHub Desktop.
Save numanturle/e566d75fc4573fb9cfba64c534489abf to your computer and use it in GitHub Desktop.
Java.perform(function() {
var array_list = Java.use("java.util.ArrayList");
var ApiClient = Java.use('com.android.org.conscrypt.TrustManagerImpl');
ApiClient.checkTrustedRecursive.implementation = function(a1, a2, a3, a4, a5, a6) {
// console.log('Bypassing SSL Pinning');
var k = array_list.$new();return k;
}
}, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment