As I said, it's made in C++/CLI, it will first be just a packet sniffer, it can turn into anything else later on. It's undetected, since it involves no hooking to Conquer process at all.
For the beginning, I need a few ideas on how to organize the packets output, so it would be easier to read and analyze.
Any further questions or suggestions are welcomed. The only thing that I'm keeping secret for now is the method used for intercepting the packets.
Cooler. You know you can't decrypt CO2 packets without injecting your own DH key exchange. So just a sniffer is not enough, you also need to re-write those packets.
Cooler. You know you can't decrypt CO2 packets without injecting your own DH key exchange. So just a sniffer is not enough, you also need to re-write those packets.
If the client can decrypt the packets, so can a third party program. But okay, is colder or warmer then?
Question: is there some public private server source available, working on the last patch, so I can extract some packets info from it? I'm loosing a lot of time trying to find the new offsets for them, maybe there are already out there.
Great success. TBH in your place I`d go with a service-based app for the routing, which would communicate through WebSockets with a web-based GUI application.
There's a slight problem going this way. Since I'm intercepting (in the real sense of the word), the packets sent from client to server or from server to client are actually stopped at the filter level.
At that point I'm decrypting/reading/interpreting/encrypting them and pass them forward.
If those steps are not done in a timely fashion, the packet TTL is exceeded, which in turn would cause the sender (either client or the server) to re-send those packets (it's how TCP works). If I go to a service app based implementation and web-based GUI, I'm afraid doing all those steps in a timely fashion will be close to impossible (or I might not be seeing the things correctly and I might be wrong).
There's a slight problem going this way. Since I'm intercepting (in the real sense of the word), the packets sent from client to server or from server to client are actually stopped at the filter level.
At that point I'm decrypting/reading/interpreting/encrypting them and pass them forward.
If those steps are not done in a timely fashion, the packet TTL is exceeded, which in turn would cause the sender (either client or the server) to re-send those packets (it's how TCP works). If I go to a service app based implementation and web-based GUI, I'm afraid doing all those steps in a timely fashion will be close to impossible (or I might not be seeing the things correctly and I might be wrong).
Maybe remotely, locally with a ping of ~0 there should me minimal to no overhead, maybe 70ms max, although that could be a problem in these circumstances, I haven `t looked into it.
Packet Sniffer from C# 10/01/2011 - CO2 Exploits, Hacks & Tools - 43 Replies Hi,
I did a google and I found this packet sniffer in C#.
I compiled it and found it not bad.
This is not my work ^^
You may use it to see where is your packet goes to.
This also help you to find out if there is any trojan / backdoor & etc.
[Help]Packet Sniffer in c++ 08/17/2010 - C/C++ - 16 Replies Hey leute,
sry wenn ich einen neuen thread mit der selben frage die schon einmal vorgekommen ist eröffne aber ich habe sufu nichts gefunden :)
Ich habe in Memory Hacking viel gelernt und einige hacks in c++ geschrieben (d3d hooks,dialog menü usw..), aber ich glaube der kern beim hacken von online games ist die kommunikation zwischen server und clienten zu beeinflussen. Ich habe schon viel gegoogelt jedoch kam ich da nie auf ein richtiges ergebnis.
Ich programiere alles in c++.
Ich würde...
Packet Sniffer 07/13/2010 - CO2 Programming - 4 Replies Is their any program that can get packets and you can also send them?
packet sniffer 08/13/2008 - Dekaron - 3 Replies I find works packet sniffer for 2moons. WPE dont works:S
THX
Packet Sniffer 08/08/2008 - Kal Online - 6 Replies Hi
I searched epvp forum and google, but i didnt find a "good" packet sniffer ...
Do any1 know a good packet sniffer for kalonline? I used WPE Pro once, but didnt helped me much ;/