boycy815 / Facebook-SSL-Pinning-Bypass

Bypass Facebook SSL pinning on Android devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook SSL Pinning Bypass

Bypass Facebook SSL pinning on Android devices.
Supported ABIs: x86, x86_64, armeabi-v7a, arm64-v8a
Latest version: v382.0.0.33.111

If you like this project:
"Buy Me A Coffee"

Patched APK (No Root)

facebook-v382.0.0.33.111-x86.apk

facebook-v382.0.0.33.111-armeabi-v7a.apk

facebook-v382.0.0.33.111-arm64-v8a.apk

See all versions

Note: You need to uninstall the Facebook app before trying to install it, if Facebook is installed as a system app then you can not uninstall it without root so this method will not work in that case.

Run using Frida (Requires Root)

This method requires frida-tools and also frida-server running in the device

frida -U -l .\facebook-ssl-pinning-bypass.js -f com.facebook.katana --no-pause

Intercept network traffic

You can use a tool like mitmproxy or Burp Suite to intercept the network.

  1. Install patched APK in the device
  2. Install mitmproxy or Burp Suite
  3. Set up proxy for wifi settings or run: adb shell settings put global http_proxy <proxy>

Now you should be able to see the network traffic.

View script logs

To view the logcat run:

adb logcat -s "FACEBOOK_SSL_PINNING_BYPASS:V"

#leftenter

About

Bypass Facebook SSL pinning on Android devices.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%