Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 16:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Request] How to patch conquer.exe to bybass Password encryption ?

Discussion on [Request] How to patch conquer.exe to bybass Password encryption ? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 06/23/2012, 15:33   #31
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
I'll throw my few words and confirm, The password is never stored at a static address nor in plain text.

You can however mod the conquer.exe to store the plaintext in a static addr.
_DreadNought_ is offline  
Thanks
1 User
Old 06/23/2012, 17:13   #32
 
elite*gold: 0
Join Date: Apr 2008
Posts: 40
Received Thanks: 9
in latest patch
there is no more Rc5
old Password Cryptography is using for hidden the place of password in HexDump but it decrypt after you login ... old Password Cryptography now isn't useful in last patch
ahmed104 is offline  
Old 06/23/2012, 18:31   #33


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,434
Received Thanks: 1,147
Quote:
Originally Posted by _DreadNought_ View Post
I'll throw my few words and confirm, The password is never stored at a static address nor in plain text.

You can however mod the conquer.exe to store the plaintext in a static addr.
On older client, the password was stored as plaintext in the memory and was sent as plaintext in the MsgRegister packet. It was easy to get the password of players
CptSky is offline  
Thanks
2 Users
Old 06/23/2012, 19:40   #34
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by CptSky View Post
On older client, the password was stored as plaintext in the memory and was sent as plaintext in the MsgRegister packet. It was easy to get the password of players
Exactly. You could even run wireshark on a public network and get the password of players by watching the packets carefully.

Quote:
Originally Posted by ahmed104 View Post
in latest patch
there is no more Rc5
old Password Cryptography is using for hidden the place of password in HexDump but it decrypt after you login ... old Password Cryptography now isn't useful in last patch
That.. makes no sense. There's no reason the password would be stored after login, and especially not decrypted. As far as I know, the variable the password is stored in is nulled after you're forwarded to the game server..

Quote:
Originally Posted by _DreadNought_ View Post
I'll throw my few words and confirm, The password is never stored at a static address nor in plain text.

You can however mod the conquer.exe to store the plaintext in a static addr.
Well if you understand how to modify the structure of the machine code (not sure if you can do that with Olly, actually) you can just throw in a MOV or etc, or even push it into the free store, can't you?

Quote:
Originally Posted by { Angelius } View Post
I believe that nothing is irreversible/impossible we just have to know how.

And yes the password is never stored as a plain text in the exe at least not in the current patch client's and the screen shoots you saw are not for the last patch.. i can tell by looking at the addresses in the cpu window.
I agree, those addresses are way off, and there's nothing like that anywhere around that range either. That's either a modified client, or extremely old client.
Zeroxelli is offline  
Thanks
2 Users
Old 06/24/2012, 00:16   #35
 
elite*gold: 0
Join Date: Aug 2008
Posts: 94
Received Thanks: 19
Quote:
Originally Posted by { Angelius } View Post






And most of you will be able to find where the password is stored in the exe, and once a smart ass finds it he'll be surprised that its already encrypted and that its useless unless he has the balls locate where the password is being encrypted, and the balls to reverse the encrypting process, and when you finally figure all this shit out you will notes that every time you enter a new digit into the password field the *Already encrypted password* will be re encrypted again and the digit that you just entered is no longer available because its been replaced with a Star* and Zeroxelli answers are no where near any of this stuff.

However... the best way to do it is by capturing and recording each digit that's being entered in the password field ignoring the whole password encryption and when the client login you encrypt that password the way you want and send it to the server.

So yeah man up and have some balls.. and maybe you will get somewhere on your own because that's what i did after i asked 3 members on this forum who claims to know everything about it and most of them gave me a bunch of bullshit answers that proves they are full of shit and they know nothing about it...
if most can find where is the password stored then why will be surprised that its already encrypted ? !! was it encrypted by Logic ? or magic ?
means was there was call for a encryption function or dll or whatever . ... OR was it just - VOwala - password encryptied ??!!
and : the already encrypted password will be Re-encrypted ...
is that means if i have two digits ... the first one will have double encryption ? or you mean it will decryept and re-encrypt both togther ?
and if ur answer is double encrypted . is that means i will have to rotate the encryption like
digit 1 ( rotate password.length) , digit 2( rotate password length-1 ) ??? or the encryption is diff each time .
romeoromeo is offline  
Old 06/24/2012, 00:28   #36
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by romeoromeo View Post
if most can find where is the password stored then why will be surprised that its already encrypted ? !! was it encrypted by Logic ? or magic ?
means was there was call for a encryption function or dll or whatever . ... OR was it just - VOwala - password encryptied ??!!
and : the already encrypted password will be Re-encrypted ...
is that means if i have two digits ... the first one will have double encryption ? or you mean it will decryept and re-encrypt both togther ?
and if ur answer is double encrypted . is that means i will have to rotate the encryption like
digit 1 ( rotate password.length) , digit 2( rotate password length-1 ) ??? or the encryption is diff each time .
No, he's saying that the new plain-text value will be encrypted. i.e. you had the encrypted version of 65 the first time, and then you type in 66. You now have the encrypted value of 6566
Zeroxelli is offline  
Thanks
2 Users
Old 06/24/2012, 02:18   #37
 
elite*gold: 0
Join Date: Aug 2008
Posts: 94
Received Thanks: 19
i use OllyDBG V2.0 and doesnt work for me on the last Conquer.exe ... process is always terminate ,and status msg is "process terminated exit code 0" . all i do is open conquer.exe and start debug ... something missed ?
romeoromeo is offline  
Old 06/24/2012, 05:01   #38
 
elite*gold: 0
Join Date: Apr 2008
Posts: 40
Received Thanks: 9
@Zeroxelli the password is encrypted if you type password in textbox because there are check in conquer.exe after you login its decrypt it and encrypt it in new cryptography
ahmed104 is offline  
Thanks
1 User
Old 06/24/2012, 05:39   #39
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by ahmed104 View Post
@Zeroxelli the password is encrypted if you type password in textbox because there are check in conquer.exe after you login its decrypt it and encrypt it in new cryptography
Actually, it's decrypted using the plain-text from the password field itself. There's no decryption in the cycle at all (or there shouldn't be, last I checked.) But regardless, it is not saved after you login, especially in decrypted form. You must be using a modified client and/or an older client.

Quote:
Originally Posted by littlechris95 View Post
Ops... double post.
No need to post about it.
Zeroxelli is offline  
Thanks
2 Users
Old 06/24/2012, 22:11   #40
 
elite*gold: 0
Join Date: Apr 2008
Posts: 40
Received Thanks: 9
Quote:
Originally Posted by Zeroxelli View Post
Actually, it's decrypted using the plain-text from the password field itself. There's no decryption in the cycle at all (or there shouldn't be, last I checked.) But regardless, it is not saved after you login, especially in decrypted form. You must be using a modified client and/or an older client.



No need to post about it.
i'll make video to you see it .. im correct
ahmed104 is offline  
Thanks
1 User
Old 06/24/2012, 22:12   #41
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by ahmed104 View Post
i'll make video to you see it .. im correct
Ok sure, I'll be waiting to see it then.
Zeroxelli is offline  
Thanks
2 Users
Old 06/25/2012, 09:44   #42
 
elite*gold: 0
Join Date: Apr 2008
Posts: 40
Received Thanks: 9

that's it , Zeroxelli
ahmed104 is offline  
Thanks
2 Users
Old 06/25/2012, 10:33   #43
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
You're tracking the content of the window (Yes, TQ uses a window and not a textbox), but still, it doesn't look right to me.
Zeroxelli is offline  
Old 06/25/2012, 16:29   #44
 
elite*gold: 0
Join Date: Apr 2008
Posts: 40
Received Thanks: 9
Quote:
Originally Posted by Zeroxelli View Post
You're tracking the content of the window (Yes, TQ uses a window and not a textbox), but still, it doesn't look right to me.
ok ... i dont care if you want show it in TeamViewer ... ok .. send your Email address in private Message
ahmed104 is offline  
Old 06/25/2012, 16:43   #45
 
elite*gold: 0
Join Date: Aug 2008
Posts: 94
Received Thanks: 19
Sorry to post this again .
i use OllyDBG V2.0 and doesnt work for me on the last Conquer.exe ... process is always terminate ,and status msg is "process terminated exit code 0" . all i do is open conquer.exe and start debug ... something missed ?
romeoromeo is offline  
Reply


Similar Threads Similar Threads
[HELP] Password encryption
12/26/2009 - CO2 Private Server - 27 Replies
What Password encryption does conquer have? i want to code register script and don`t know encryption for password,its not md5.
[Request] i need awh bybass for new patch 5089
12/26/2008 - Conquer Online 2 - 2 Replies
is there any wh bybass for the new patch 5089?? if there are please post it in here !!!
CO password encryption
11/30/2008 - Conquer Online 2 - 3 Replies
Was it ever released? I know it was hiding in dev section for some time but I don't know if it ever got out. If it has, a friendly link to where to? Or if not, maybe an explanation? It's quite a weird encryption at first glance. Thanks in advance. <hr>Append on Apr 6 2007, 20:50<hr> As much as people would probably not like to help out, I'm trying to get stuff going for the benefit of the community : [ I'm doing a c++ server emu and so far everything's going smooth except the password...
Conquer Password Encryption?
12/25/2007 - Conquer Online 2 - 4 Replies
Me and my bro are currently making a private server and we need help with the password encryption. Any help would be greatly appreciated. :D



All times are GMT +2. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.