Skip to content

Instantly share code, notes, and snippets.

View JonathanJonathanJonathan's full-sized avatar

Jonathan JonathanJonathanJonathan

View GitHub Profile
@JonathanJonathanJonathan
JonathanJonathanJonathan / mixunpin.js
Created January 24, 2024 17:52 — forked from incogbyte/mixunpin.js
Frida script to bypass common methods of sslpining Android
console.log("[*] SSL Pinning Bypasses");
console.log(`[*] Your frida version: ${Frida.version}`);
console.log(`[*] Your script runtime: ${Script.runtime}`);
/**
* by incogbyte
* Common functions
* thx apkunpacker, NVISOsecurity, TheDauntless
* Remember that sslpinning can be custom, and sometimes u need to reversing using ghidra,IDA or something like that.
* !!! THIS SCRIPT IS NOT A SILVER BULLET !!