Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Did the GMS Packet Encryption Change? [Yes]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 30, 2011
Messages
17
Reaction score
1
Did something in MapleStory's encryption change as of v118?
MapleShark (among other things) prints gibberish decrypted packets when connecting to v118 MapleStory, and since MapleShark isn't throwing any errors due to invalid prefix headers I assume it's not at the fault of the IV's or versions. Maybe the AES key changed, or MapleStory changed their custom encryption/added a new one.

alonevampire - Did the GMS Packet Encryption Change? [Yes] - RaGEZONE Forums


Anyone else know about this? Is this only happening to me? Does anyone know what Nexon did?
 
Last edited:
Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
Re: Did the GMS Packet Encryption Change?

They indeed change the encryption(keys). I hope to retrieve it this evening
 
Custom Title Activated
Loyal Member
Joined
Nov 27, 2009
Messages
1,905
Reaction score
948
Re: Did the GMS Packet Encryption Change?

>dump memory of client
>get new encryption key
>???
>profits were had
 
Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
Re: Did the GMS Packet Encryption Change?

Yep, although they needed 10 hours for fixing 2 things
 
Newbie Spellweaver
Joined
Jun 17, 2008
Messages
7
Reaction score
0
Re: Did the GMS Packet Encryption Change?

It did change indeed.

>dump memory of client
>get new encryption key
>???
>profits were had
Won't help you. Go ahead and try it.
 
Custom Title Activated
Loyal Member
Joined
Nov 27, 2009
Messages
1,905
Reaction score
948
Re: Did the GMS Packet Encryption Change?

oh lol. well have fun to whoever gets it :D
 
Newbie Spellweaver
Joined
Jun 17, 2008
Messages
7
Reaction score
0
Re: Did the GMS Packet Encryption Change?

oh lol. well have fun to whoever gets it :D

It's already "gotten". It's a bit tricky but honestly wasn't as hard as I thought they were going to make it.

Code:
Packet log v.118.2 session started at 9/26/2012 3:38:52 AM
00:00:06.1470000
[ToServer][INIT_CONNECTION]: 14 00 08 76 00 02 00
...v...
00:00:16.7080000
[ToClient][UNKNOWN]: 10 00
..
00:01:56.4400000
[ToServer][DEBUG_MESSAGE]: 2d 00
-.
00:02:03.4440000
[ToServer][UNKNOWN]: 36 00
6.
Pardon the fail OP codes as I haven't updated them.
 
Custom Title Activated
Loyal Member
Joined
Nov 27, 2009
Messages
1,905
Reaction score
948
Re: Did the GMS Packet Encryption Change?

interesting. oh well, not completely screwed anyways since can always just log sendpacket and processpacket within the client its self
good thing i'm not working on v118 so i don't have to deal with this crap :zippy:
 
Newbie Spellweaver
Joined
Sep 26, 2012
Messages
5
Reaction score
0
Re: Did the GMS Packet Encryption Change?

>dump memory of client
>get new encryption key
>???
>profits were had
I have dumped the memory and it seems like the keys are all the same.. O_O
I must've missed something.. or I don't know..
 
Newbie Spellweaver
Joined
Sep 26, 2012
Messages
5
Reaction score
0
Re: Did the GMS Packet Encryption Change?

Nope, we tried all the known encryptions.
I don't think it one of the keys because the client still holds the previous keys..
I think it's a new encryption and decryption method.
or maybe something really small that we are missing.
 
Skilled Illusionist
Joined
Dec 20, 2011
Messages
313
Reaction score
115
Re: Did the GMS Packet Encryption Change?

Fools can be fools.
 
Junior Spellweaver
Joined
Sep 23, 2012
Messages
129
Reaction score
17
Re: Did the GMS Packet Encryption Change?

It's already "gotten". It's a bit tricky but honestly wasn't as hard as I thought they were going to make it.

well Nexon took this long to do?? nuts

it seems that no one here remember who you are the same guy who coded Guilds for odin back development in the days remember you thought like the other developers you left for good..
 
Burn the land,
Loyal Member
Joined
Aug 7, 2008
Messages
1,903
Reaction score
17
Re: Did the GMS Packet Encryption Change?

I can tell you it's been cracked by us already; it has changed more than you know.
 
Newbie Spellweaver
Joined
Jun 30, 2011
Messages
17
Reaction score
1
Re: Did the GMS Packet Encryption Change?

I can tell you it's been cracked by us already; it has changed more than you know.
I'm not sure what you have against sharing the updated MS Packet Encryption.
 
<3
Joined
Feb 4, 2011
Messages
481
Reaction score
123
Re: Did the GMS Packet Encryption Change?

well Nexon took this long to do?? nuts

it seems that no one here remember who you are the same guy who coded Guilds for odin back development in the days remember you thought like the other developers you left for good..

You are not the only who's realized that. I've been here since 08 despite the account creation date. ;) Extalia's got the v118 encryption. :p
 
Status
Not open for further replies.
Back
Top