Arisstath / roblox-dissector

Roblox UDP Protocol Dissector
MIT License
129 stars 16 forks source link

Sala crashing when using live interface, #67

Open Chrrxs opened 3 years ago

Chrrxs commented 3 years ago

Video of issue When pressing play on a game and beginning to scan Sala crashes.

Arisstath commented 3 years ago

roblox has introduced a new update that implements full protocol encryption. sala is on hold at the moment

FardMan69420 commented 2 years ago

Will this be fixed? If not do you have any recommendations on how I can decrypt these requests in wireshark

PerennialWheat commented 2 years ago

Will this be fixed? If not do you have any recommendations on how I can decrypt these requests in wireshark

I don't think this will be fixed, but if you want to make your own fix others have said:

  1. Hook robloxs network function/method before encryption to dump the client packets (You must reverse engineer the client yourself).

  2. patch client cert pinning and perform a mitm on the join game endpoint. (replace server pubkey with your own)

FardMan69420 commented 2 years ago

Ok that seems like a task that is outside of my skillset