[vsro] SMC users connected packet

06/04/2013 10:15 cyberninjah#1
For those who are interest in the packet structure of the users connected that you can see in smc.

First you need to send an request packet
just send an packet with opcode: 0x7200

After that you receive the packet 0xb200
The structure is as followed:

01 01 49 51 CF D0 45 00 00 00 04 05 00 61 64 6D
69 6E 16 40 00 DD 07 05 00 02 00 15 00 08 00 19
00 2B 00 5A 03 00

byte - error flag
byte - new user flag

byte - ip1
byte - ip2
byte - ip3
byte - ip4

uint32 - userID
uint16 - username_strlen
stringASCII - username

byte - local
uint16 - serverID
uint32 - something with an time i didn't figure 100% out what this is.

now there will be 12 unknown bytes

byte - if there will be an new user or not.

This how far i parsed it and it works really fine maybe someone of you can help me figure out the unknown 12 bytes and with the time.
06/04/2013 15:20 PortalDark#2
there should be more documentation over packet on the SMC, it is pretty interesting how much those packets can help
06/04/2013 15:46 cyberninjah#3
Quote:
Originally Posted by PortalDark View Post
there should be more documentation over packet on the SMC, it is pretty interesting how much those packets can help
I agree on this one :).
I whas bussy with an Admin panel in php.

but i stopped because i dont have an test server anymore haha i think i need install win-server on an old computer.

And setup an easy server on that one to get more info :)
06/13/2013 12:48 _DeaLyDeviL_#4
I need SMC (Right Click > All Modules Online) Opcode. What is it ?

Thanks...
06/13/2013 23:02 qkuh#5
Check it with WireShark.
06/14/2013 14:59 LastThief*#6
Quote:
Originally Posted by _DeaLyDeviL_ View Post
I need SMC (Right Click > All Modules Online) Opcode. What is it ?

Thanks...
7008
07/22/2013 00:39 detCode#7
[S->C][B009][35 bytes]
0000000000 01 BB 02 08 00 00 00 00 00 00 00 00 00 00 00 00 .»..............
0000000016 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 ................
0000000032 00 00 00 ................

whats this any idea ? its changing when server online or some modules crash..
07/29/2013 16:46 cyberninjah#8
Quote:
Originally Posted by detCode View Post
[S->C][B009][35 bytes]
0000000000 01 BB 02 08 00 00 00 00 00 00 00 00 00 00 00 00 .»..............
0000000016 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 ................
0000000032 00 00 00 ................

whats this any idea ? its changing when server online or some modules crash..
provide me with more test data maybe then i can figure out whats going on.
07/29/2013 17:04 detCode#9
Quote:
Originally Posted by cyberninjah View Post
provide me with more test data maybe then i can figure out whats going on.
i have some data record. wait i can find in my archive

here we go..

server is offline but all modules is fine
Code:
127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 10 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 08 00 00 00 00 00 00 00 00 00 00 00 00   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 09 00 00 00 09 00 00 00 09 00 00 00 09   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................

server is online all modules is fine

Code:
127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 0B 00 00 00 09 00 00 00 11 00 00 00 0C   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 BA 02                                          .º..............
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 C3 02                                          .Ã..............
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 C1 02                                          .Á..............
   


127.0.0.1
[C->S][7008][3 bytes]
0000000000   01 C9 02                                          .É..............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BA 02 05 00 00 00 02                     ...º............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 BA 02                                    ...º............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 C3 02 05 00 00 00 02                     ...Ã............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 C3 02                                    ...Ã............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 C1 02 05 00 00 00 02                     ...Á............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 C1 02                                    ...Á............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 C9 02 05 00 00 00 02                     ...É............
   


127.0.0.1
[S->C][B008][5 bytes]
0000000000   01 00 01 C9 02                                    ...É............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 10 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 0C 00 00 00 09 00 00 00 11 00 00 00 0C   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 0F 00 00 00                              .É..............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 10 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 06 00 00 00 06 00 00 00 11 00 00 00 0B   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 10 00 00 00                              .É..............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................

server offline, agent closed.

Code:
127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   BC 02                                             ¼...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   BA 02                                             º...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BA 02 00 00 00 00                              .º..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 BC 02 00 00 00 00                              .¼..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 10 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 03 00 00 00 02 00 00 00 0D 00 00 00 07   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BC 02 08 00 00 00 02                     ...¼............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 B9 02 04 00 00 00 02                     ...¹............
   


127.0.0.1
[S->C][2005][12 bytes][Massive]
0000000000   02 00 01 CE 04 00 00 00 00 00 00 02               ...Î............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BC 02 00 00 00 00 02                     ...¼............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[S->C][B007][3 bytes]
0000000000   01 BC 02                                          .¼..............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BA 02 08 00 00 00 02                     ...º............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 B9 02 04 00 00 00 02                     ...¹............
   


127.0.0.1
[S->C][2005][12 bytes][Massive]
0000000000   02 00 01 CC 04 00 00 00 00 00 00 02               ...Ì............
   


127.0.0.1
[S->C][2005][10 bytes][Massive]
0000000000   01 00 01 BA 02 00 00 00 00 02                     ...º............
   


127.0.0.1
[S->C][B007][3 bytes]
0000000000   01 BA 02                                          .º..............
   


127.0.0.1
[S->C][B007][4 bytes]
0000000000   02 02 C3 02                                       ..Ã.............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7007][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B007][4 bytes]
0000000000   02 02 C1 02                                       ..Á.............
   


127.0.0.1
[S->C][B007][4 bytes]
0000000000   02 02 C9 02                                       ..É.............
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C0 02                                             À...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C1 02                                             Á...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C3 02                                             Ã...............
   


127.0.0.1
[C->S][7005][2 bytes]
0000000000   C9 02                                             É...............
   


127.0.0.1
[C->S][7009][2 bytes]
0000000000   BB 02                                             »...............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C0 02 00 00 00 00                              .À..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C1 02 0F 00 00 00                              .Á..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C3 02 00 00 00 00                              .Ã..............
   


127.0.0.1
[S->C][B005][7 bytes]
0000000000   01 C9 02 00 00 00 00                              .É..............
   


127.0.0.1
[S->C][B009][35 bytes]
0000000000   01 BB 02 19 00 00 00 02 00 00 00 19 00 00 00 07   .»..............
0000000016   00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00   ................
0000000032   00 00 00                                          ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
   


127.0.0.1
[C->S][7204][0 bytes]
   


127.0.0.1
[S->C][B204][18 bytes]
0000000000   16 00 00 00 00 00 00 00 00 00 00 00 00 01 40 00   ..............@.
0000000016   00 00                                             ................
09/09/2013 21:58 _DeaLyDeviL_#10
Quote:
Originally Posted by LastThief* View Post
7008
Hello,

How to send 7008 packet to SMC ? I am using vb.net. What can i do ?
11/12/2013 18:40 Skullsoil#11
good luck guys seems cool !