Clan x86

Technical (Development, Security, etc.) => General Programming => Botdev => Topic started by: Ryan Marcus on September 13, 2005, 08:00:47 pm

Title: [RCRS] EXEInfo
Post by: Ryan Marcus on September 13, 2005, 08:00:47 pm
I am trying to get EXE info from RCRS... I send "STAR" or "D2DV", but I do not get a response...

What am I supposed to send to RCRS to get EXE info?
Title: Re: [RCRS] EXEInfo
Post by: rabbit on September 13, 2005, 08:07:04 pm
It takes 15 minutes for my JavaOp to connect.  Please note that my JavaOp is run by iago, who also runs RCRS.  They are on the same network, and possibly the same computer.  That should give you some idea.
Title: Re: [RCRS] EXEInfo
Post by: MyndFyre on September 13, 2005, 08:14:26 pm
What am I supposed to send to RCRS to get EXE info?

CDN$2,000,000,000 in small nonsequential bills.
Title: Re: [RCRS] EXEInfo
Post by: Newby on September 13, 2005, 08:28:55 pm
Hmm.

Packet log a connection, and then search the forums for that document iago wrote telling you the format of what to send. :p
Title: Re: [RCRS] EXEInfo
Post by: Ryan Marcus on September 13, 2005, 09:02:18 pm
I know the format, I just can't get the darn info back!

I will just have to use the... the... EVIL BNLS!

[edit]
Nevermind. I won't do it.

Here is my packet log. Whats wrong?

Code: [Select]

Send option management request (T_OPTMGMT_REQ = 108).

Receive option management ack (T_OPTMGMT_ACK = 131).

Send bind request (T_BIND_REQ = 101).
  Bind to «Any Address»
  Connection Indication Number = 0

Receive bind ack (T_BIND_ACK = 122).
  Bind to port 51648
  Connection Indication Number = 0

Send connection request (T_CONN_REQ = 102).
  Connect to 142.161.168.85:8321

Receive connection confirmation (T_CONN_CON = 123).
  Connect from 142.161.168.85:8321

Send data (9 bytes).
<00000000< 53 54 41 52  0D 0A 30 0D  0A                        STAR..0..

Send data (9 bytes).
<00000009< 53 54 41 52  0D 0A 31 0D  0A                        STAR..1..

Send data (9 bytes).
<00000012< 53 54 41 52  0D 0A 33 0D  0A                        STAR..3..

Receive data (4 bytes).
>00000000> 32 30 35 0A                                         205.

Receive data (49 bytes).
>00000004> 31 36 38 34  33 35 32 34  0A 73 74 61  72 63 72 61  16843524.starcra
>00000014> 66 74 2E 65  78 65 20 30  38 2F 30 37  2F 30 35 20  ft.exe 08/07/05
>00000024> 31 34 3A 30  36 3A 34 32  20 31 30 39  33 36 33 32  14:06:42 1093632
>00000034> 0A                                                  .

Somebody tell me why I only get 2 responses when I send 3 packets!

Thanks in advance!
Title: Re: [RCRS] EXEInfo
Post by: Joe on September 13, 2005, 10:31:16 pm
If I were you, I'd request one, wait until the result is returned, request another one, and so on.
Title: Re: [RCRS] EXEInfo
Post by: Ryan Marcus on September 14, 2005, 11:27:23 am
.... No ;)

I can't seem to figure out which BNLS packet gives me EXE info anyway, so I will have to packet log my 1000 convertered VB bots, of which half work, to figure it out lol.

[edit]
Ah HA! I need to buffer the data! It was sending the version hash and the EXE info in the same "break". I need to split incoming data into an array and then parse them! I bet I come off as a real moron, huh?
Title: Re: [RCRS] EXEInfo
Post by: Hdx on September 14, 2005, 07:02:44 pm
I can't seem to figure out which BNLS packet gives me EXE info anyway, so I will have to packet log my 1000 convertered VB bots, of which half work, to figure it out lol.
POKE (http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=168)
~-~(HDX)~-~