Guide on packet logging

04/08/2010 02:08 Paralyzer[GM]#1
Ok so the time has come where I am 50% 5200 my client now has its injections done etc..........

I now to upgrade my login encryption

Code:
static uint[] key = new uint[] {
                0xEBE854BC, 0xB04998F7, 0xFFFAA88C, 
                0x96E854BB, 0xA9915556, 0x48E44110, 
                0x9F32308F, 0x27F41D3E, 0xCF4F3523, 
                0xEAC3C6B4, 0xE9EA5E03, 0xE5974BBA, 
                0x334D7692, 0x2C6BCF2E, 0xDC53B74,  
                0x995C92A6, 0x7E4F6D77, 0x1EB2B79F, 
                0x1D348D89, 0xED641354, 0x15E04A9D,
                0x488DA159, 0x647817D3, 0x8CA0BC20, 
                0x9264F7FE, 0x91E78C6C, 0x5C9A07FB, 
                0xABD4DCCE, 0x6416F98D, 0x6642AB5B
        };
How can I get that in 5200 ? with a packet logger/sniffer ?

Then I can login to a 5200 ^^
04/08/2010 18:03 ~Yuki~#2
omg... quit now please.
04/08/2010 18:05 zTREME#3
Quote:
Originally Posted by Paralyzer[GM] View Post
Ok so the time has come where I am 50% 5200 my client now has its injections done etc..........

I now to upgrade my login encryption

Code:
static uint[] key = new uint[] {
                0xEBE854BC, 0xB04998F7, 0xFFFAA88C, 
                0x96E854BB, 0xA9915556, 0x48E44110, 
                0x9F32308F, 0x27F41D3E, 0xCF4F3523, 
                0xEAC3C6B4, 0xE9EA5E03, 0xE5974BBA, 
                0x334D7692, 0x2C6BCF2E, 0xDC53B74,  
                0x995C92A6, 0x7E4F6D77, 0x1EB2B79F, 
                0x1D348D89, 0xED641354, 0x15E04A9D,
                0x488DA159, 0x647817D3, 0x8CA0BC20, 
                0x9264F7FE, 0x91E78C6C, 0x5C9A07FB, 
                0xABD4DCCE, 0x6416F98D, 0x6642AB5B
        };
How can I get that in 5200 ? with a packet logger/sniffer ?

Then I can login to a 5200 ^^
GIYF
(Google is your friend)
04/08/2010 18:05 © Haydz#4
Quote:
Originally Posted by Paralyzer[GM] View Post
Password Cipher Key
That's the old key.

Packet logging pretty much won't get you anywhere, other than informing you that an 8 byte key is sent from the server to client at the start of the authentication process.

Sparkie has posted the complete cipher somewhere on EPvP.
04/08/2010 18:45 Kiyono#5
Quote:
Originally Posted by © Haydz View Post
That's the old key.

Packet logging pretty much won't get you anywhere, other than informing you that an 8 byte key is sent from the server to client at the start of the authentication process.

Sparkie has posted the complete cipher somewhere on EPvP.
And that somewhere can be found here [Only registered and activated users can see links. Click Here To Register...]
04/08/2010 20:58 Paralyzer[GM]#6
wow I love you guys you all are there to help me out

+Thanks to everyone on this thread.

but that is not the key for 5200+ I want the keys so I can just copy + paste em in ? I added the .dlls in the thread to my project using and refrence etc but what do I do with em now ?
04/08/2010 21:44 Basser#7
Quote:
Originally Posted by Paralyzer[GM] View Post
wow I love you guys you all are there to help me out

+Thanks to everyone on this thread.

but that is not the key for 5200+ I want the keys so I can just copy + paste em in ? I added the .dlls in the thread to my project using and refrence etc but what do I do with em now ?
Quote:
Originally Posted by ~Yuki~ View Post
omg... quit now please.
Yes, but I think this post, of Yuki (as always :)) was the best post.
I would follow his advise right away.
04/08/2010 22:06 ~Yuki~#8
If he thinks he could crack a encryption with logging he fails. He would need to perform a MITM Attack.
04/08/2010 22:18 Paralyzer[GM]#9
ok listen to me and I am gonna say this once

~yuki~ you were a noob untill u took lessons from Justin even tho u only got 3 from him

Why should I quit

EVERYONE was a noob like me asking shitty questions I will learn to code things like this myself but I need to LEARN HOW!

so don't say quit becuase I know that you where noob once and you could not do this at one point or another so stfu

EDIT: I cannot be worse then decker am I If I am let me know!
04/08/2010 22:21 KraHen#10
Quote:
Originally Posted by Paralyzer[GM] View Post
ok listen to me and I am gonna say this once

~yuki~ you were a noob untill u took lessons from Justin even tho u only got 3 from him

Why should I quit

EVERYONE was a noob like me asking shitty questions I will learn to code things like this myself but I need to LEARN HOW!

so don't say quit becuase I know that you where noob once and you could not do this at one point or another so stfu

EDIT: I cannot be worse then decker am I If I am let me know!
You know, there`s a magical thing around, called GOOGLE that you could sometimes use. Learn some general programming before jumping in and trying to code a server. Don`t take this as a flame, it`s just an advice.
04/08/2010 23:08 zTREME#11
Quote:
Originally Posted by ElDeRnEcRo View Post
You know, there`s a magical thing around, called GOOGLE that you could sometimes use. Learn some general programming before jumping in and trying to code a server. Don`t take this as a flame, it`s just an advice.
I wrote that to him :)
04/08/2010 23:32 Paralyzer[GM]#12
eh F**k that, I am goona use

Code:
http://www.elitepvpers.com/forum/co2-programming/148675-programming-idiots-tutorial-c-2.html
Learn everything on each of those vids till I can do em of my heart then do this s**t
04/08/2010 23:43 zTREME#13
Quote:
Originally Posted by Paralyzer[GM] View Post
eh F**k that, I am goona use

Code:
http://www.elitepvpers.com/forum/co2-programming/148675-programming-idiots-tutorial-c-2.html#post1256824
Learn everything on each of those vids till I can do em of my heart then do this s**t
you could also try microsoft website :)
04/09/2010 00:09 Paralyzer[GM]#14
No, I do not want to use microsoft just this website as this website is more about co not other shit :P
04/09/2010 01:40 Arcо#15
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Sorry if you can't read german.
I can lol so I posted it.