Nerixyz / instagram_mqtt

Realtime and Push Notification (FBNS) support for the instagram-private-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publishing events

ra7bi opened this issue · comments

Hello , Thanks for amazing project , my question is ,

is it possible to publish an event for example sending Typing event or any other .?

Thank you.

You can use realtime.direct.indicateActivity but I don't know if it still works.

Thanks , also is it possible to share what is the version of Instagram APK you worked with ? i tried to reverse engineering Instagram on android using Frida ( with patched APK - no ssl pinning ) i can see all the endpoints Restful api (http) as plain but MQTT encrypted with TLS , if possible share some information or hints . Thanks again

There's a small paragraph in the readme, so it seems like last time I updated it, I used v123. Last time I checked, you could also just use mitmproxy if you're in the whitehat mode.

i cant see in the readme , BTW i will try with v123 ,

i tried burp and Mitmproxy , the problem is i can see the entire app traffic except MQTT requests , so i was thinking there is another pinning for MQTT or kind of trick ,

i will redo the test again Thanks

i cant see in the readme

I linked it to you above. I didn't use any proxy but intercepted the read/write calls of the app with frida.

confirmed it's working

You can use realtime.direct.indicateActivity but I don't know if it still works.