You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a Python counterpart to this library, so I tried to run mqttListen.js on frida to introspect the MQTToT connections, the MESSAGE_ENCODER_SEND should be set to X.VGQ on version 341.1, but that particular function just never gets triggered. Other than Frida, externally analyzing the connections with something like Mitmproxy (Charles & Burp don't support MQTT) is the only solution I could think of. I'm not much of an expert on Frida or RE in Android, so...
If you've found a recent approach, or at least the right direction or resources, that would be very much appreciated.
Regards.
The text was updated successfully, but these errors were encountered:
I'm trying to make a Python counterpart to this library, so I tried to run mqttListen.js on frida to introspect the MQTToT connections, the
MESSAGE_ENCODER_SEND
should be set toX.VGQ
on version 341.1, but that particular function just never gets triggered. Other than Frida, externally analyzing the connections with something like Mitmproxy (Charles & Burp don't support MQTT) is the only solution I could think of. I'm not much of an expert on Frida or RE in Android, so...If you've found a recent approach, or at least the right direction or resources, that would be very much appreciated.
Regards.
The text was updated successfully, but these errors were encountered: