Eltion / Snapchat-SSL-Pinning-Bypass

Bypass Snapchat SSL pinning on Android devices
GNU General Public License v3.0
77 stars 27 forks source link

Something Went Wrong. Please try again later. Support Code:C14A #10

Open Titanium2099 opened 1 year ago

Titanium2099 commented 1 year ago

The Patched APK isn't working with me, I am probably doing something wrong, so any help is appreciated.

Steps:

  1. Created new emulator in Android Studio
  2. installed APK adb -e install -r /Users/XXX/Downloads/snapchat-v12.16.0.28.apk
  3. Started Frida Server
    adb root # might be required
    adb push frida-server /data/local/tmp/
    adb shell "chmod 755 /data/local/tmp/frida-server"
    adb shell "/data/local/tmp/frida-server &
  4. In new terminal window ran frida -U -l .\snapchat-ssl-pinning-bypass.js -f com.snapchat.android (adding --no-pause returns frida: error: unrecognized arguments: --no-pause)
  5. In new terminal started Mitmproxy with mitmproxy --mode regular@6969
  6. Routed through Proxy: adb shell settings put global http_proxy localhost:6969

Everything seems to be working fine until I try to login which I get Something Went Wrong. Please try again later. Support Code:C14A when I remove the proxy I get an error along the lines of: due to unusual acitivity.....

What am I doing wrong (I have tried this multiple times, even changing the name from frida-server to XXX-server so Snapchat doesn't detect it but to no success)

Titanium2099 commented 1 year ago

I also tried to run in on Nox, it works but somehow Snapchat detects it (serverside) and refuses to login

CheMicAl-88 commented 1 year ago

I'm sorry to hear that you're also having problems with Snapchat error code C14A. I'm currently facing the same issue, and I haven't been able to find a solution yet. If you find a solution, please let me know. Thanks

Titanium2099 commented 1 year ago

@CheMicAl-88 I have been doing some testing and I have found out that running an unpatched version on Nox will not allow you to login, this means that Snapchat is detecting Nox and is disabling it, so there are 2 workarounds (that I can think of, these have not been tested(yet)).

  1. Using an actual android
  2. Using another Emulator that allows an Unpatched APK to work, will hopefully allow a patched one to
SocialMediaBots commented 11 months ago

I am still able to login, as written here: https://github.com/Eltion/Snapchat-SSL-Pinning-Bypass/issues/12#issuecomment-1756130195