-
Notifications
You must be signed in to change notification settings - Fork 13
update #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
update #5
Conversation
Any chance someone has an apk with ssl pinning removed so I can finish out this repo? |
There is Xposed modele called “Inspectage” but it didn’t disable ssl pinning for me - I tried, Musially says that my Internet is slow (ssl pinning error?). I think that there is only one way: decompile -> force the app to not throw ssl pinning exceptions -> compile -> install and debug with Charles. Anyone know how to edit Android code? (iOS is native so I think that decompilation is not possible.) |
@Enter03 if you visit this URL you can scroll down to "Previous Versions" to download the APK. I've been using 5.7.1 https://musical-ly.en.uptodown.com/android |
I will review the pull request soon. |
I will try this on my old jailbroken iPad 3 (iOS 9). |
Login functionality fixed: d1f2800 User search returns "403 Forbidden" |
The SSL pinning on Android is happening in the native layer. At least it is for Lively anyway. It's gonna be tricky to disable it but I'll give it a go! EDIT: Musically (and Lively) are not SSL pinned or secured. I can intercept all requests using a packet capture app on my Android device. |
@charlieAndroidDev which version do you claim lacks ssl pinning |
@scrapewww The latest versions of both apps (on Android) |
Any update ? |
A few simple edits made this repo functional again.
What did you use to monitor the network requests? I haven't had any luck with Charles. The certificate isn't working for musical.ly