Users browsing this thread: 1 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auth Packets -> stopping randomizing!
07-01-2009, 08:45 PM,
#6
RE: Auth Packets -> stopping randomizing!
i want to do some tests, please send me whatever makes the packets static
also, about your first post...the first byte in tcp is how many bytes are in the packet...
(sometimes it could be 2 bytes if the packet is bigger)
so its
09 06 F1 1D 07 00 04 00 00 00

09 bytes make up the next packet (you have to do this in TCP because its STREAM, not DGRAM, so you might receive packets stuck one to another etc)

06 F1 1D 07 00 04 00 00 00

0x06 AS_GetPublicKeyRequest

etc
Reply


Messages In This Thread
Auth Packets -> stopping randomizing! - by Neo - 06-30-2009, 06:37 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 06-30-2009, 11:31 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 12:45 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 08:45 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 06:58 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 08:09 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 09:25 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:11 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:32 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 12:57 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 01:05 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 10:00 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 11:54 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-05-2009, 06:43 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-06-2009, 11:19 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-07-2009, 12:37 AM

Forum Jump: