Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 17:50

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

Advertisement



Decrypt packets

Discussion on Decrypt packets within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2008
Posts: 5
Received Thanks: 0
Decrypt packets

Using programs like WPE/rPE you get the packets of the game but many times they are encrypteds... so how can decrypt them? what need to learn or to start to look for?.
Thx.
1111111111111111111111111 is offline  
Old 07/21/2008, 13:19   #2
 
reijin's Avatar
 
elite*gold: 20
Join Date: Feb 2006
Posts: 3,174
Received Thanks: 1,152
Quote:
Originally Posted by 1111111111111111111111111 View Post
Using programs like WPE/rPE you get the packets of the game but many times they are encrypteds... so how can decrypt them? what need to learn or to start to look for?.
Thx.
disassamble the game
understand the code
search the crypt algorythm
write a program to decrypt the info.
reijin is offline  
Thanks
1 User
Old 07/24/2008, 10:24   #3
 
elite*gold: 0
Join Date: Jul 2008
Posts: 5
Received Thanks: 0
Thx you it really helped, already disassembled it and more or less understand the code, only have to look for the algorythm, but before will read some more about reverse engineering, its kinda a confusing matter.
1111111111111111111111111 is offline  
Old 07/24/2008, 12:08   #4
 
reijin's Avatar
 
elite*gold: 20
Join Date: Feb 2006
Posts: 3,174
Received Thanks: 1,152
Quote:
Originally Posted by 1111111111111111111111111 View Post
Thx you it really helped, already disassembled it and more or less understand the code, only have to look for the algorythm, but before will read some more about reverse engineering, its kinda a confusing matter.
PeiD has a plugin that detects several Encryption Methods and gives you the offsets of the code.
reijin is offline  
Old 07/24/2008, 12:23   #5
 
Atheuz's Avatar
 
elite*gold: 81
Join Date: Jul 2005
Posts: 1,921
Received Thanks: 2,239
Quote:
Originally Posted by 1111111111111111111111111 View Post
Thx you it really helped, already disassembled it and more or less understand the code, only have to look for the algorythm, but before will read some more about reverse engineering, its kinda a confusing matter.
BP the w32_recv, depending on the game, the needed call is in reach of that function.
Atheuz is offline  
Old 07/24/2008, 17:11   #6
 
elite*gold: 0
Join Date: Jul 2008
Posts: 5
Received Thanks: 0
Quote:
PeiD has a plugin that detects several Encryption Methods and gives you the offsets of the code.
Yes but think that PeID only works with .exe right? And the one im trying to look into is a browser game, made in Javascript. Anyway will remember it, can be useful for others games.

Quote:
BP the w32_recv, depending on the game, the needed call is in reach of that function.
Ty, gonna take an eye although its being tiring.
1111111111111111111111111 is offline  
Old 07/24/2008, 20:01   #7
 
Atheuz's Avatar
 
elite*gold: 81
Join Date: Jul 2005
Posts: 1,921
Received Thanks: 2,239
Quote:
Originally Posted by 1111111111111111111111111 View Post
Yes but think that PeID only works with .exe right? And the one im trying to look into is a browser game, made in Javascript. Anyway will remember it, can be useful for others games.



Ty, gonna take an eye although its being tiring.
Sir, why the hell are you using WPE for a browsergame and trying to decrypt packets?
Atheuz is offline  
Old 07/24/2008, 20:13   #8
 
verT!c4L's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,245
Received Thanks: 60
if its based on javascript you should try to do something with that.
verT!c4L is offline  
Old 07/27/2008, 15:54   #9
 
elite*gold: 0
Join Date: Jul 2008
Posts: 5
Received Thanks: 0
Quote:
Sir, why the hell are you using WPE for a browsergame and trying to decrypt packets?
Boredom obviously... main reason to play a game. Seriously, there are browsergames more complex than what we probably think when mention it (a game like tetris etc.) and have curiosity for it, besides suppose that will be easier to do all this stuff in a browsergame than in the ones of download etc.
1111111111111111111111111 is offline  
Old 07/28/2008, 17:10   #10
 
Atheuz's Avatar
 
elite*gold: 81
Join Date: Jul 2005
Posts: 1,921
Received Thanks: 2,239
Quote:
Originally Posted by 1111111111111111111111111 View Post
Boredom obviously... main reason to play a game. Seriously, there are browsergames more complex than what we probably think when mention it (a game like tetris etc.) and have curiosity for it, besides suppose that will be easier to do all this stuff in a browsergame than in the ones of download etc.
To use WPE on a Browsergame is more a hinderance than helpfull, you should atleast use something like HTTPLiveHeaders or Fiddler. A Browsergames Operates with GET/POST and in WPE it is a mess and won't record and send the whole packetlength.
Atheuz is offline  
Old 07/28/2008, 22:49   #11
 
elite*gold: 0
Join Date: Jul 2008
Posts: 5
Received Thanks: 0
Didnt know about Fiddler, will take an eye, but actually WPE used to work fine, you could sniff packets, send etc. and all worked (freeze joins, send ppl to another room, look for weapons without have to go barrel after barrel...) well and still can do it, but now only sniff the same packet every time (with just little differences, 5-6 symbols) and crypted.
1111111111111111111111111 is offline  
Old 07/29/2008, 00:46   #12
 
Atheuz's Avatar
 
elite*gold: 81
Join Date: Jul 2005
Posts: 1,921
Received Thanks: 2,239
Quote:
Originally Posted by 1111111111111111111111111 View Post
Didnt know about Fiddler, will take an eye, but actually WPE used to work fine, you could sniff packets, send etc. and all worked (freeze joins, send ppl to another room, look for weapons without have to go barrel after barrel...) well and still can do it, but now only sniff the same packet every time (with just little differences, 5-6 symbols) and crypted.
You can make a filter then and replace the dynamic values, so it will ignore them and you can trigger it on any occasion you like.
Atheuz is offline  
Reply


Similar Threads Similar Threads
Decrypt lineage packets
01/23/2010 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 5 Replies
Hi. i leave the lineage world, and i want to do a contrivution: how to decrypt lineage packets. Sorry, but i put it in spanish, my first lenguage (i speak english too bad), if anyone want, he can tranlate to english. Hola. En primer lugar, me despido. Dejo el lineage 2 creo que para siempre. No he estado mucho en este foro, pero he aprendido mucho. En segundo lugar publico el codigo de un sniffer que empece, pero nunca acabe Esta escrito en c#, en concreto voy a publicar la parte...
Decrypt packets
11/28/2009 - Kal Online - 3 Replies
Hi can any one give some hints how to decrypt incomming kall packets (int kal)?
Help with packets decrypt.
05/08/2008 - Lineage 2 - 0 Replies
Hi. I was trying to decrypt l2 login packets but i need help. I tried decrypting with blowfish key ";5.]94-31==-%xT!^ BA 00 13 12 F9 B2 43 5B 3B BF BB 31 51 71 CF 25 71 12 FE 69 2C 2A 5F 62 5E 65 EC 6F 02 B5 D1 4D A7 A9 64 B0 ED CA 3D 88 17 67 16 D4 8D C9 A3 6A 7E 42 B5 0D F6 6E 3F F2 CC 91 B6 49 BF AB 0B 31 20 43 A2 68 94 32 9C 36 48 4A D7 30 B1 CE 4B D0 EF E9 03 2C 24 E1 E4 83 24 EC F1 0E C4 C2 AC 58 0D F5 75 27 45 74 44 33 2A 25 72 86 C7 8E 81 D7 56 6A D4 A6 05 0B 43 2C C2 E1 06 FB 5E 22...
Injection, crypt/decrypt and IP packets
03/13/2006 - Conquer Online 2 - 6 Replies
Here are some interesting things I think. If any of you has answer, feel free to post, or PM me if you think this is not public discussion (no noob PM pls). Mod, move my topic if I'm not in the right forum ;) 1/ Is injection (through a dll and modifyed loader) in CO2 encrypted/decrypted packets possible ? About encryption and decryption of CO2 packets, I'd like to speak with unknowone, if possible. 2/ About decrypted packets : editing ./Socket.h, ./server.dat, ./ini/fuse.ini and all others...
decrypt packets for the 4th coming
07/08/2005 - General Coding - 3 Replies
Hi, my question is, would the server of a game send decrypted packets ? Because I have a server for the game The 4th Coming,and I also play Conquer Online, and saw what packets can do. The 4th coming server works with a MDB (ms access) and thats where they store all their character information (eg exp,items, accs and so on) and what Im asking, can I send ap acket that would for example give me certain exp because the server does not calculate dmg,exp or anything, it just gives a certain ammount...



All times are GMT +2. The time now is 17:50.


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.