-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
How did you reverse? #2
Comments
Instagram uses SSL Pinning. You need to get past that. You can write a small frida script or find countless of them online. |
I have nearly gotten this working but seems like there is still something missing with the ssl pinning on this app. I've gotten the burp certificate added as a trusted ca on the device, and can browse and view requests with the emulator's browser in clear text within burp. I've tried several frida scripts as well as objection to prevent the ssl pinning on the threads app but I'm still getting a bad_certificate with the graph calls specifically. Interestingly I did get some clear text results from another facebook call but nothing useful for this RE. The specific error I'm seeing in the burp event log is I know this stuff gets super wonky but any help is greatly appreciated 🙏 |
Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https traffic. I also used fiddler, which did not show the requests normally. So I would be very grateful if you could explain how you were able to sniff the traffic, or maybe link to the tutorial you did.
The text was updated successfully, but these errors were encountered: