-
Notifications
You must be signed in to change notification settings - Fork 52
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
iOS Reverse Engineering #84
Comments
I haven't looked at ios. |
Should be the same, the only difference i saw so far, that on android, the session gets saved in a cookie. In ios the Bearer-Token is present in the request header. |
Android uses the token as well. |
I think for the most part, it should be the same. |
I have never done iOS RE.
MQTToT isn't a standard. You can look here on how it's different from regular MQTT 3/3.1. |
Hey, i am currently trying to do your thing in python and for iOS.
I am trying to use frida for the ssl unpinning and mitmproxy for getting the traffic. But mitmproxy is unable to show the data properly. Any tips on reverse engineering the ig mqtt api on iOS?
Thanks in advance
The text was updated successfully, but these errors were encountered: