GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-13-2012, 17:36   #46 (permalink)
No Life Poster
 
tolski's Avatar
 
Join Date: Jul 2003
Posts: 1,064
Member: 34750
Status: Offline
Thanks Meter: 177

theres something missing???exe.
 
Old 05-13-2012, 17:58   #47 (permalink)
Freak Poster
 
Join Date: Jul 2005
Age: 46
Posts: 366
Member: 163721
Status: Offline
Thanks Meter: 148
Untested - I Have no Devices. have Added a new Button for Connect/Disconnect - Program Try to Connect at Startup and gives a Exception if Fail

https://rapidshare.com/files/3048959988/Best.rar
 
Old 05-13-2012, 18:17   #48 (permalink)
Freak Poster
 
Join Date: Jul 2005
Age: 46
Posts: 366
Member: 163721
Status: Offline
Thanks Meter: 148
Edit:Fixed Version
https://rapidshare.com/files/2243418740/Best.rar
 
Old 05-13-2012, 18:36   #49 (permalink)
Freak Poster
 
soft@man's Avatar
 
Join Date: Mar 2004
Location: MEKNES
Age: 45
Posts: 482
Member: 58404
Status: Offline
Thanks Meter: 65
[QUOTE=GSMHASSAN;8404800]Sir tassala3 baraka men nasssibe awjah lafte[/Q



IWA NITTEEE HADA MALO MRIDEEEE BRAAAA YYYYYY HHHHHHHH
 
Old 05-13-2012, 19:23   #50 (permalink)
No Life Poster
 
MANOLE's Avatar
 
Join Date: May 2008
Location: MXBOX THUNDER
Posts: 6,294
Member: 780644
Status: Offline
Sonork: 100.88888
Thanks Meter: 131,943
Quote:
Originally Posted by Dzirt View Post
So, great. Time to make all nokia free, include xglod and lumia, when be at home, will make it. So, boxes/dongles will be not usefull anymore from this moment.
Tell this to Infinity BEST dongle resellers who got stock.
So, Is good for resellers to know what programmer of BEST thinking.

As a reseller, I do not know if I will sell your dongle any more since you act like
a children.

Kashan worked for some years to build a reputation, now you come and destroy it.

BR,
Manole
 
The Following 2 Users Say Thank You to MANOLE For This Useful Post:
Old 05-13-2012, 20:37   #51 (permalink)
Freak Poster
 
Join Date: Mar 2009
Posts: 234
Member: 984268
Status: Offline
Thanks Meter: 150
Quote:
Originally Posted by Gehstock View Post
Never expected that "You" would compile it and release it. Lol
 
Old 05-13-2012, 20:53   #52 (permalink)
No Life Poster
 
karwos's Avatar
 
Join Date: Feb 2005
Location: Poland
Age: 34
Posts: 4,943
Member: 117496
Status: Offline
Sonork: 100.83919
Thanks Meter: 22,689
Perfect demonstration of smartcard security powerfull NO comments...

Quote:
Result:=false;
dead:='AB0FBD96AF2AC271D26264AFDEAD0400';
FillChar(tarr,50,0);
tarr[0]:=1;
StrToBufHex(rap_s,@tarr[1]);
StrToBufHex(uni_key,@tarr[9]);
StrToBufHex(dead,@tarr[29]);
s:=Copy(s308,Pos(dead,s308)+32,$810);
SetLength(akey,16);
SHAx(@tarr[0],45,@akey[1]);
i:=StrToBufHex(s,@Buf);
sSource:=TMemoryStream.Create;
sDest:=TMemoryStream.Create;
sSource.Write(Buf,i);
sSource.Seek(0,soFromBeginning);
Form1.AESDecrypt(sSource,sDest,@akey[1],nil);
sSource.Free;
sDest.Seek(0,soFromBeginning);
sDest.Read(Buf,sDest.Size);
sDest.Free;
if ((Chr(Buf[1])='L') and (Chr(Buf[2])='P') and (Chr(Buf[3])='A')) then keyd:=@Buf[64] else
if ((Chr(Buf[1])='L') and (Chr(Buf[2])='2') and (Chr(Buf[3])='0')) then keyd:=@Buf[28] else exit;
I guess whole Inifnity security is like this.

CheckDongleIfPresent and only this.
Next time if your card don't support AES - just put key generation method inside with call GetAESKey(&UniData,KeyToGet) so you don't expose key generation base and only fetch valid aes key for this phone from card... still more secure than useless dongle checks.

3 ppls in one project and noone from security? Even those "social" neither software one so things like security codes leaks happens here?

Last edited by karwos; 05-13-2012 at 21:03.
 
The Following 3 Users Say Thank You to karwos For This Useful Post:
Show/Hide list of the thanked
Old 05-13-2012, 21:13   #53 (permalink)
No Life Poster
 
zulea's Avatar
 
Join Date: Jul 2001
Location: Inside Raskal pocket
Age: 54
Posts: 3,316
Member: 5325
Status: Offline
Thanks Meter: 8,448
This ones are BEST:

Code:
function CardDestroy : boolean;
begin
    e.card_apdu($88, $10, $03, $00, $01, #$FF);
    Result:=true;
end;

function CardBlock: boolean;
begin
    e.card_apdu($88, $27, $03, $00, $01, #$FF);
    Result:=true;
end;
Now, some BEST predictions for future releases of MALICIOUS custom virus who wil KILL FOREVER this BEST dongles:
- somebody like Karwos (or other enemies) will implement this in their software, and will "remote-fight" when needed
- sombody like me will spread this just for fun

I not see a bright future for BEST OLD USERS! I see some BEST OLD USERS crying for their COMPLETELY DAMAGED dongles.
Now let's see if Kashan and BEST Resellers will change this damaged dongles.

Zulea

P.S. Forget to say, tested both 2 commands and now I am with ~100$ (2 x BEST dongles) lower in my pocket.
 
The Following 2 Users Say Thank You to zulea For This Useful Post:
Old 05-13-2012, 21:15   #54 (permalink)
No Life Poster
 
karwos's Avatar
 
Join Date: Feb 2005
Location: Poland
Age: 34
Posts: 4,943
Member: 117496
Status: Offline
Sonork: 100.83919
Thanks Meter: 22,689
Quote:
Originally Posted by zulea View Post
This ones are BEST:

Code:
function CardDestroy : boolean;
begin
    e.card_apdu($88, $10, $03, $00, $01, #$FF);
    Result:=true;
end;

function CardBlock: boolean;
begin
    e.card_apdu($88, $27, $03, $00, $01, #$FF);
    Result:=true;
end;
Now, some BEST predictions for future releases of MALICIOUS custom virus who wil KILL FOREVER this BEST dongles:
- somebody like Karwos (or other enemies) will implement this in their software, and will "remote-fight" when needed
- sombody like me will spread this just for fun

I not see a bright future for BEST OLD USERS! I see some BEST OLD USERS crying for their COMPLETELY DAMAGED dongles.
Now let's see if Kashan and BEST Resellers will change this damaged dongles.

Zulea
Hahaha, no even BlockKey implemented?
This is really joke

and ps. i am not enemy of anybody here - i am just doing my hobby
 
The Following User Says Thank You to karwos For This Useful Post:
Old 05-13-2012, 21:42   #55 (permalink)
No Life Poster
 
Join Date: Mar 2009
Location: Europe Wienna
Posts: 1,269
Member: 984046
Status: Offline
Thanks Meter: 255
Quote:
Originally Posted by karwos View Post
Result:=false;
dead:='AB0FBD96AF2AC271D26264AFDEAD0400';
FillChar(tarr,50,0);
tarr[0]:=1;
StrToBufHex(rap_s,@tarr[1]);
StrToBufHex(uni_key,@tarr[9]);
StrToBufHex(dead,@tarr[29]);
s:=Copy(s308,Pos(dead,s308)+32,$810);
SetLength(akey,16);
SHAx(@tarr[0],45,@akey[1]);
i:=StrToBufHex(s,@Buf);
sSource:=TMemoryStream.Create;
sDest:=TMemoryStream.Create;
sSource.Write(Buf,i);
sSource.Seek(0,soFromBeginning);
Form1.AESDecrypt(sSource,sDest,@akey[1],nil);
sSource.Free;
sDest.Seek(0,soFromBeginning);
sDest.Read(Buf,sDest.Size);
sDest.Free;
if ((Chr(Buf[1])='L') and (Chr(Buf[2])='P') and (Chr(Buf[3])='A')) then keyd:=@Buf[64] else
if ((Chr(Buf[1])='L') and (Chr(Buf[2])='2') and (Chr(Buf[3])='0')) then keyd:=@Buf[28] else exit;
Syntax is bit different since my Turbo Pascal 5 days...


Quote:
program WriteName;
var
i : Integer;
Name : String;
begin
Write('Please tell me your name: ');
ReadLn(Name);
for i := 1 to 100 do
begin
WriteLn('Hello ', Name)
end
end.


Need to learn something asap.



BR

Haltec
 
Old 05-13-2012, 21:52   #56 (permalink)
Banned
 
Join Date: Feb 2005
Location: www.S y r i a 4 S o f t .Com
Posts: 1,073
Member: 112281
Status: Offline
Thanks Meter: 1,385
infinity Team = high security solution = so = no any one can crack it
all customer like infinity team = so = no need any crack = for any infinity Products
 
The Following 2 Users Say Thank You to HZZORY4GSM For This Useful Post:
Old 05-13-2012, 22:26   #57 (permalink)
Freak Poster
 
Join Date: Jan 2008
Location: algeria c
Age: 42
Posts: 391
Member: 683625
Status: Offline
Thanks Meter: 72
infinity Team = high security solution
yes is true and i am happy
stop stop stop kill the market and free is dead
 
Old 05-13-2012, 22:28   #58 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Serbia
Age: 45
Posts: 269
Member: 146744
Status: Offline
Thanks Meter: 25
So people with BEST activated on infinity are safe?
 
Old 05-13-2012, 22:30   #59 (permalink)
No Life Poster
 
Join Date: Mar 2009
Location: Europe Wienna
Posts: 1,269
Member: 984046
Status: Offline
Thanks Meter: 255
http://www.blackhat.com/presentation...sis_V1_0_2.pdf




BR


Haltec
 
The Following 2 Users Say Thank You to Haltec For This Useful Post:
Old 05-13-2012, 22:50   #60 (permalink)
Cheater -Don't Deal with him-
 
Join Date: Aug 2009
Posts: 20
Member: 1087675
Status: Offline
Sonork: 100.111681
Thanks Meter: 13
hhhhhhhhhh good work but
20/37 virus detected if you want a FUD contacte me :d

Scan Result | Element Scanner

trojaaaaaaaaaaaaaaann
 
Closed Thread

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add a language in 51xx/61xx tati Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 8 05-21-2013 19:20
Phone Stuff for FREE & KEy-GEn For Logo Editor ! BoNtEk - ThA WtC MeMbA Nokia Multimedia 8 10-31-2012 20:17
2 FREE NOKIA SP SIM CARDS TO RELEASE FOR INFORMATION WE NEED SP UNLOCKER 2000 Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 3 09-25-1999 03:34
Lock 2 in nokia 51xx/61xx Pablo Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 1 07-31-1999 04:35

 



All times are GMT +1. The time now is 14:57.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.33470 seconds with 10 queries

SEO by vBSEO