Hi at all!
I'm developing an Packetbot
but...
the packet are crypted...
there is an example:
the ping packet (hex) is:
0x A4 BB 9D B9 69 5D BD 65 DE 47 28 (crypted)
it change to
0x D6 B7 8F 06 06 BC E2 EE 81 B2 F2 (crypted)
or
0x F3 EE 3F 91 D6 FA 1F 94 20 F0 3C (crypted)
it change everytime!
I supposed the packet are crypted in ARC4 / base64
but RC4 require a key to crypt/decrypt...
a key between 1 and 256 byte ascii char
I have supposed it is the first byte like A4 in the first example but...
when I transform the hex code to a string there aren't any char like "PNG"!
You can help me with this problem?
I'm developing an Packetbot
but...
the packet are crypted...
there is an example:
the ping packet (hex) is:
0x A4 BB 9D B9 69 5D BD 65 DE 47 28 (crypted)
it change to
0x D6 B7 8F 06 06 BC E2 EE 81 B2 F2 (crypted)
or
0x F3 EE 3F 91 D6 FA 1F 94 20 F0 3C (crypted)
it change everytime!
I supposed the packet are crypted in ARC4 / base64
but RC4 require a key to crypt/decrypt...
a key between 1 and 256 byte ascii char
I have supposed it is the first byte like A4 in the first example but...
when I transform the hex code to a string there aren't any char like "PNG"!
You can help me with this problem?