Skip to content

Instantly share code, notes, and snippets.

@kittinan
Created April 11, 2020 08:02
Show Gist options
  • Save kittinan/233afd9c7c20a57eda8025bdf523bfb7 to your computer and use it in GitHub Desktop.
Save kittinan/233afd9c7c20a57eda8025bdf523bfb7 to your computer and use it in GitHub Desktop.
frida ssl pinning bypass ubuntu 18.04

Frida SSL Pinning Bypass for Ubuntu 18.04 and Android

Requirement

  • Android rooted device with Magisk
  • Android Magisk install MagiskFrida module
  • Ubuntu 18.04

Android

  • Install MagiskFrida module

Ubuntu

  • Install ADB
sudo apt-get install android-tools-adb android-tools-fastboot
  • Install Frida
pip install frida frida-tools

Bypass SSL Pinning

frida -U -l pinning.js -f [APP_ID] --no-pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment