hi i want to know somethings

05/27/2011 15:32 wild_ShAdOw#1
hi Genitals in this helpful site

i want to know how to get packets from real Co cause iam new in C# and trying to learn what do u say to me to start with ???????:confused:
05/27/2011 17:32 pro4never#2
Use a proxy or memory based packet logger.

You cannot use a generic packet logger that you find say off of google as conquer packets are encrypted. You need to use a program that bypasses encryption entirely (client based hooking) or intercepts all conquer client communication such as a proxy.

If you search you can find my full proxy source code I posted like 6 months back. It needs some small changes to work now but should be simple enough.
05/27/2011 19:22 Kiyono#3
Sorry but did you just call the forum members genitals?
05/27/2011 22:01 { Angelius }#4
Quote:
Originally Posted by pro4never View Post
Use a proxy or memory based packet logger.

You cannot use a generic packet logger that you find say off of google as conquer packets are encrypted. You need to use a program that bypasses encryption entirely (client based hooking) or intercepts all conquer client communication such as a proxy.

If you search you can find my full proxy source code I posted like 6 months back. It needs some small changes to work now but should be simple enough.
it works fine when it comes to packets sniffing B-)

loader/ip and it's ready to /sniff :P
05/27/2011 23:21 wild_ShAdOw#5
thx for Help
pro4never
i will try to learn