Hey guys!
First of all, I want to say sorry for my bad english.
Well, I'm trying to log the chat from a specific room in IMVU, using
IMVUNext(web). Right now, I'm able to:
• Login
• Join a room
• Change seats
But when I was collecting some info from HTTP post/get, I noticed that
there is no data being sent through HTTP post/get, in Burp Suit.
How does the IMVUNext(web) client communicate with the server? Please,
someone give me a light
Already tried to look for some source in GitHub, as Von told me someone has
a source code with similar function, but no sucess.
Edit:
Just noticed that there is a payload being receive in WebSockets tab(ZAP
Proxy):
"{"record":"msg_g2c_send_message","user_id":"YWRtaW4=","queue":"inv:/user/user-232162748","mount":"node","message":"eyJhY3Rpb24iOiJ1cGRhdGVkIiwib2JqZWN0cyI6WyJodHRwczovL2FwaS5pbXZ1LmNvbS91c2VyL3VzZXItMjMyMTYyNzQ4IiwiaHR0cHM6Ly9hcGkuaW12dS5jb20vcHJlc2VuY2UvcHJlc2VuY2UtMjMyMTYyNzQ4Il0sInVwZGF0ZXMiOnsiaHR0cHM6Ly9hcGkuaW12dS5jb20vdXNlci91c2VyLTIzMjE2Mjc0OCI6eyJkYXRhIjp7Im9ubGluZSI6dHJ1ZX19fX0=","sequence":166}"
The message is encrypted, does someone know how to decrypt?
Never mind, is base64, but messages seems separated by words
Last edited by
Snowdine on Thu May 16, 2019 7:53 pm, edited 1 time in total.