El usuario ha sido Banneado.
El programa en cuestión, como os he dicho, dudo que haga nada referente a bajar actualizaciones.
Ni tampoco tiene sentido que pida usuario y contraseña.
No lo he ejecutado y espero que ninguno de vosotros tampoco (ya "canta" un ejecutable de un usuario con 1 único mensaje en el foro y con esas pintas y ese nombre).
"Chafardeando" un poco el programita, Se puede ver que está hecho en Delphi; No está ni comprimido ni encriptado y por lo tanto se puede ver el DFM con facilidad:
Código Delphi
[-]
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Check for Updates 2.0'
ClientHeight = 253
ClientWidth = 366
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 109
Height = 13
Caption = 'Check For updates 2.0'
end
object Image1: TImage
Left = 20
Top = 41
Width = 193
Height = 57
Picture.Data =
end
object Label2: TLabel
Left = 20
Top = 115
Width = 90
Height = 13
Caption = 'Nombre de usuario'
end
object Label3: TLabel
Left = 32
Top = 142
Width = 78
Height = 13
Caption = 'or Email address'
end
object Label4: TLabel
Left = 64
Top = 169
Width = 46
Height = 13
Caption = 'Password'
end
object Label5: TLabel
Left = 8
Top = 187
Width = 4
Height = 14
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 116
Top = 112
Width = 242
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 116
Top = 139
Width = 242
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 116
Top = 166
Width = 242
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 97
Top = 212
Width = 173
Height = 33
Caption = 'Ver actualizaciones'
TabOrder = 3
OnClick = Button1Click
end
object Memo1: TMemo
Left = 237
Top = 41
Width = 121
Height = 57
TabOrder = 4
Visible = False
end
object IdFTP1: TIdFTP
AutoLogin = True
Host = '169.254.114.199'
Passive = True
Username = 'codegr'
ProxySettings.ProxyType = fpcmNone
ProxySettings.Host = '169.254.114.199'
ProxySettings.UserName = 'codegr'
ProxySettings.Port = 21
Left = 328
Top = 8
end
end
He dejado los datos del programa por si a alguno le hace gracias "hacer algo con ellos..."


A mi se me ha ocurrido tenerlo toda la tarde funcionando mandando:
Usuario: Eres un capullo!!
Contraseña: Cafre!!!
Mail: Estás banneado
No tengo idea de lo que hace, pero viéndolo me da la impresión de que tal vez envíe cosas a algun FTP.
Mirando referencia veo que también busca o accede a los ficheros:
* Bin\cglm.ini
* Licence\Radstudio2007.slip
