• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RELEASE] KalSniffer

Junior Spellweaver
Loyal Member
Joined
Jul 26, 2006
Messages
158
Reaction score
2
Kal Sniffer

Ahm.. hm maybe someone need ~.~ for debuging etc. what know I ..
I need it a lot of time :p So I want to share.. (maybe you need it too.. )

HOW TO USE:
Way 1:
1. Start it
2. Read it
3. Write what you want -.-
Way 2:
start it with "KalProxySniffer.exe IP PORT"​

The Sniffer itself using the 30001 port

How to read a packet ?
First you will see .. there is GREEN and BLUE text so..
BLUE : Server -> Client
GREEN: Client -> Server​
Second you will see .. the background changes.. -.- each background is own packet
3. First byte of a packet is RED ?
RED = the typ of the packet.. the sniffer don't show the size of the packet​

Little sampe:
{03 04 }{02 03 01}{ 12 FF 1C }

{} = other background color
So first packet will be 03 04 .. 03 = type , rest is data
it's from Server->Client
2. Packet will be 02 03 01 .. 02 = type , rest is data
it's from Client->server
3. Packet will be 12 FF 1C .. 12 = type , rest is data
it's from Client->server

Now to this thread:
Don't aks me ! how to use
You don't like it ? .. I don't care !
You don't need it ?.. I don't care !
You don't like my sniffer design ? Oo write your own !​

EDIT:
For everyone who don't get it himself.. this sniffer only works with the original Private Server Crypt

EDIT2:
I written this server/client in ~10min .. it's using blocked sockets means it use a lot of CPU

EDIT2:
For who don't get it.. Sniffer using itself 30001.. means YES YOU NEED TO CONNECT THERE

EDIT3:
it don't use so much CPU becosue of blocking ~.~ using so much becosue i missed a Sleep(1).. lol don't care
Good enought for you without (only lags a little) ..
 

Attachments

You must be registered for see attachments list
Arrogant Wizard
Loyal Member
Joined
Mar 30, 2007
Messages
745
Reaction score
34
Cool enough, more people can work on emulator projects now ;-)
 
Joined
Jul 18, 2007
Messages
1,054
Reaction score
1,039
now thats a nice tool -.- dam baka is good
yo baka what the hell is
bing error 10048

hmm mainsvr is running on port 30001 as you wanted it to just grr i get that bind error loly


lol
PHP:
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
 
Arrogant Wizard
Loyal Member
Joined
Mar 30, 2007
Messages
745
Reaction score
34
You're missing some files from Microsoft.VC80.CRT, Bakabug forgot to ship the I guess :)

it's from visual studio afaik
 
Junior Spellweaver
Loyal Member
Joined
Jul 26, 2006
Messages
158
Reaction score
2
You're missing some files from Microsoft.VC80.CRT, Bakabug forgot to ship the I guess :)

it's from visual studio afaik

Huh CRT ? .. Using Visual Studio Express .. normaly CRT is set not used .. ~.~
Hm possibel that I used wrong compiler options.. but normaly It would run on every Win XP SP2 Pc (or higher)
 
Junior Spellweaver
Loyal Member
Joined
Jul 26, 2006
Messages
158
Reaction score
2
bing error 10048

hmm mainsvr is running on port 30001 as you wanted it to just grr i get that bind error loly


BIND means it can't use port 30001
and I didn't said mainsvr need to run on 30001

I said SNIFFER runs on 30001
This mean you can't use your server on 30001
 
Back
Top