Sending Packets !!!

08/27/2008 22:31 Gladiat0r#1
now i know how to sniff / analyse packets ... but what then ? :)
how can i send packets ?? to pimp or mix weapon for example
i just need the way to send , and then i can depend on myself :D
08/27/2008 22:38 natinet#2
lol man thats probally the hard part :) wanna know? go to learn some programming langueges hehe...if not so everyone could send packets and hack...easily?
08/27/2008 23:23 Gladiat0r#3
i know how to program with C++/ Java ... can these language help ?
u got a simple code for it ? or any example ? :D
08/28/2008 06:09 mercenarioo7#4
08/28/2008 09:06 bloodx#5
you dont need really sniff packets if you know the packets :P

send packets?
you need to write a send function

when you have write sniffer that must be really easy for you Oo
08/28/2008 09:53 sniperman43#6
hook the orginal "making packet function" direct the call to your own then you can sendlike any function calls the packetmaking func
or
hook the sending function >> decrypt packets >> edit them >> encrypt them >> send :)
08/28/2008 18:19 Godl!ke#7
Code:
__declspec( naked ) int SendPacket(DWORD type,LPCSTR format,...)
{
  __asm 
  {
    push ebp
    mov ebp, esp
    sub esp, 18h
    mov eax, 0x000000
    jmp eax
  }
}
0x000000 = Offset for "Make-Packet-Function" + 6 Bytes


greetz Godl!ke
08/28/2008 19:04 bloodx#8
lol Oo
sieht aus wie kh11 src
bloß bearbeitet why auch immer xD
08/28/2008 19:14 Godl!ke#9
Quote:
Originally Posted by bloodx View Post
lol Oo
sieht aus wie kh11 src
bloß bearbeitet why auch immer xD
Damit ich mir, wie du scheinbar nicht erkennst, den Hook erspare.
08/28/2008 19:25 bloodx#10
naja trotzdem musste die func aufrufen also ergibt das gleiche...

und das +6
bei MySendBack=xxxxxx+6 ^^
09/06/2008 22:03 AkemyciN#11
Quote:
Originally Posted by Godl!ke View Post
Code:
__declspec( naked ) int SendPacket(DWORD type,LPCSTR format,...)
{
  __asm 
  {
    push ebp
    mov ebp, esp
    sub esp, 18h
    mov eax, 0x000000
    jmp eax
  }
}
0x000000 = Offset for "Make-Packet-Function" + 6 Bytes


greetz Godl!ke
und was muss man damit machen?
09/07/2008 10:55 DerKleineDarky#12
kleine beschreibung wies geht (c++)

[Only registered and activated users can see links. Click Here To Register...]

hehe copy & paste könnte vergessen :P
09/07/2008 14:05 bloodx#13
Darky was fürn scheiß ist das lol oO
wtf xD
09/07/2008 14:05 bloodx#14
forum lag ftw -_-


naja

wenn ihr wirklich packets wollt
kuckt kh11
09/07/2008 17:47 DerKleineDarky#15
das is packets senden, aber net für kal gemacht :D