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 > Product Support Sections > No More Supported Solutions (Dead Products) > No More Supported H/W Products > Advance-Box

 
 
LinkBack Thread Tools Display Modes
Old 04-11-2011, 10:21   #91 (permalink)
Banned
 
Join Date: Aug 2009
Location: Chile
Posts: 120
Member: 1091622
Status: Offline
Thanks Meter: 6

a lot sunday questions , now anyone thinks who can build superpc easy and cheap and make it work , i have my doubts about that , anyway when atf will give free decryptm 120pm? cause already free with just 50credits in mtbox, why dont give free to "atf network ativated" users .
 
Old 04-11-2011, 10:23   #92 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
Quote:
Originally Posted by ihmgsm View Post
IMPORTANT

Look at that. Atom writes that salt is prepared from 15 digit IMEI with adding 00 in front and end. Which is the correct salt?

Here is the original post:
********************************

oclHashcat-lite SL3 cracking howto
I know we have a lot of new users from gsmhosting because of SL3 cracking. Welcome guys!
Before we get bombed with questions i decided to write a small howto.

Yes, the latest oclHashcat-lite is able to crack SL3! But please keep in mind oclHashcat-lite was not specially designed to crack SL3.

If you want an easy-to-use-one-click solution: buy one. There a diffrent commercial solutions out.

Ok, lets start:

1. AMD/ATI Users only: Get latest catalyst driver! Minimum 11.3. This step is absolutly neccessary otherwise you will not find the code and you will not get a error message!
2. Get oclHashcat-lite v0.2 from Homepage and unpack it
3. Open command shell window and cd to oclHashcat-lite installation directory
4. Get your hash (SHA1). Its a 40 char hex-encoded string and looks like this: 21b5e418af3de249677fbce2fa33db594a2b11a0
5. Get your salt (IMEA). Its a 12 char hex-encoded string and looks like this: 321521047837132
6. Prepare your salt. Prepare and Append 00 to the salt like this: 0032152104783713200
6. The following command starts oclHashcat-lite. Its a complicated looking string but its static, it does not change. The only thing that changes is your hash and your salt. The smart user put it into a .bat file!

oclHashcat64.exe -m 101 -n 160 -1 00010203040506070809 --pw-min=15 --pw-max=15 --hex-charset --hex-salt --output-format=1 --output-file=out.txt 21b5e418af3de249677fbce2fa33db594a2b11a0:003215210 4783713200 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

The linux command is exactly the same. I will explain the parameters so you know what you are doing:

-m 101: This sets the hash-type of oclHashcat-lite. SL3 uses the sha1($pass.$salt) scheme.
-n 160: This is the workload-amplifier and its the most important flag that controls the Performance of the program. If you want more speed, raise it. If you want less speed, lower it. This is if your desktop is lagging to much.
-1 00010203040506070809: This binds the charset to our custom charset 1. SL3 uses only a small charset of ten chars (0-9, binary encoded)
--pw-min=15, --pw-max=15: We want to crack a Password with length 15. SL3 Passwords have a static length: 15. If you do not specify it starts with length 4 and ends with length 15. Its good in password cracking but useless in SL3.
--hex-charset: Tells oclHashcat-lite that our charset is given in hex
--hex-salt: Tells oclHashcat-lite that our salt is given in hex
--output-format=1: This is important! Otherwise the output is ascii encoded and useless for SL3
--output-file=out.txt: This is where the cracked pass is stored to
21b5e418af3de249677fbce2fa33db594a2b11a0:003215210 4783713200: The only thing that changes.
?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1: its our "mask". 15 times ?1 (which ist custom charset 1 we bound before)

Of course there are a lot of options to optimize the attack, use it in distributed mode, restore sessions... Stuff like that.

Please play around a bit with it before asking Questions. Its really not that hard.

--
atom

EDIT
*************************

OOPS!!!
He already correct his post. Salt is first 14 digit of IMEI whit adding 00 in front and end


Here is correct IMEI Format... I will talk to atom and ask him to correct his mistake about 15 digit IMEI...



oclHashcat-lite64 AEC495E8205F5454E6F0CFA235082B20FC1DA82A:003593410303987300 -1 00010203040506070809 -m 101 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min=15 --pw-max=15 -n 160 --hex-charset --hex-salt --output-format=1 --output-file=359341030398734_COD.txt


HASH: AEC495E8205F5454E6F0CFA235082B20FC1DA82A
First 14 digit of IMEI: 35934103039873



So now you can see the amount of time left when you click "s"
1 day and 15 hours :O)

Last edited by Advance-Box; 04-11-2011 at 10:35.
 
The Following User Says Thank You to Advance-Box For This Useful Post:
Old 04-11-2011, 10:34   #93 (permalink)
No Life Poster
 
Kanwalgee's Avatar
 
Join Date: Jun 2004
Location: China
Age: 46
Posts: 2,737
Member: 68392
Status: Offline
Sonork: 100.100701
Thanks Meter: 659
Donate money to this user
Quote:
Originally Posted by Advance-Box View Post
@Kanwalgee

Your command line is WRONG.

oclHashcat-lite32 A5EDDCCCE99E4A1E1DE93263B84B17E434218ED8:0035824103311661 -1 00010203040506070809 -m 101 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -n 800 --hex-salt --hex-charset --output-format=1


Please follow my instructions 100% here:

http://forum.gsmhosting.com/vbb/7183692-post15.html


B.R.
After correct my command line file save as .sha ? i use win7 32bit.
its ok now?
oclHashcat-lite32 A5EDDCCCE99E4A1E1DE93263B84B17E434218ED8:003582410 331166100 -1 00010203040506070809 -m 101 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -n 800 --hex-salt --hex-charset --output-format=1






Do this:

oclHashcat-lite32 A5EDDCCCE99E4A1E1DE93263B84B17E434218ED8:003582410 331166100 -1 00010203040506070809 -m 101 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min=15 --pw-max=15 -n 160 --hex-charset --hex-salt --output-format=1 --output-file=35824103311661_COD.txt



B.R.
 
Old 04-11-2011, 10:35   #94 (permalink)
No Life Poster
 
Join Date: May 2009
Location: Srilanka
Posts: 1,892
Member: 1026122
Status: Offline
Sonork: 100.1640842
Thanks Meter: 184
@Advance-Box

Could you please give us the link to buy this card and other parts..

Please check here..

GpU

Amazon.com: Sapphire Radeon HD 6990 4GB DDR5 DVI-I/QUAD MINI DP PCI-Express Graphics Card 100310SR: Electronics

From this MB please select one..

Amazon.com: msi motherboard: Electronics

Power supply

Amazon.com: msi motherboard: Electronics

So please advice us to find the right product....

Thanks.
 
Old 04-11-2011, 10:39   #95 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
@Kanwalgee

Do this:

oclHashcat-lite32 A5EDDCCCE99E4A1E1DE93263B84B17E434218ED8:003582410331166100 -1 00010203040506070809 -m 101 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min=15 --pw-max=15 -n 160 --hex-charset --hex-salt --output-format=1 --output-file=35824103311661_COD.txt



Download this:

http://174.120.45.27/tmp/35824103311661.rar

and extract it inside your oclhashcat-lite folder...

Now double-click 35824103311661.bat


That is all...


B.R.

Last edited by Advance-Box; 04-11-2011 at 10:45.
 
The Following 2 Users Say Thank You to Advance-Box For This Useful Post:
Old 04-11-2011, 10:43   #96 (permalink)
Freak Poster
 
Join Date: Apr 2008
Location: http://donganhgsm.net
Posts: 190
Member: 754345
Status: Offline
Thanks Meter: 32
why do not make video ? easy to use if you make vide
 
Old 04-11-2011, 10:43   #97 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
@sky_finder

Sorry bro, I am not selling Computers or Computer parts...


[B.R>
 
Old 04-11-2011, 10:46   #98 (permalink)
Banned
 
Join Date: Aug 2009
Location: Chile
Posts: 120
Member: 1091622
Status: Offline
Thanks Meter: 6
if u want instructions directly from programmer check here: oclHashcat-lite SL3 cracking howto
 
Old 04-11-2011, 10:49   #99 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
@FlashandUnlock

There is something wrong about that instructions...


IMEI used it just FIRST 14 digits... not the entire 15 digits... (atom corrected already)

Also, some mistake in mask... it is having an extra "?1" ... (atom put 16 "?1" when it is supposed to be just 15 "?1")


Anyway good luck!
 
Old 04-11-2011, 10:52   #100 (permalink)
Freak Poster
 
Join Date: Nov 2004
Location: TURKEY
Age: 47
Posts: 110
Member: 89874
Status: Offline
Sonork: 100.1611847
Thanks Meter: 23
6990 ati card win7 32 bit run program not open plase



D8A52483B970279959C5A571D1882B6ED89B7D4C

352724040314931
 
Old 04-11-2011, 10:55   #101 (permalink)
Registered User
 
maryajne's Avatar
 
Join Date: Jul 2006
Location: iphone ww codes
Age: 42
Posts: 323
Member: 305964
Status: Offline
Thanks Meter: 71
where is oclhashcat.32-lite sample i cannot see after extracting
 
Old 04-11-2011, 10:56   #102 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
Quote:
Originally Posted by YOLD@S View Post
6990 ati card win7 32 bit run program not open plase



D8A52483B970279959C5A571D1882B6ED89B7D4C

352724040314931


@YOLD@S

AMD users require Catalyst v11.3+ with APP SDK2.4+ or integrated OpenCL driver

Catalyst 11.3 Here:
ATI Radeon
APP SDK2.4 Here:
AMD APP SDK Downloads | AMD Developer Central

Integrated OpenCL driver is already inside Catalyst 11.3...

B.R.
 
Old 04-11-2011, 10:57   #103 (permalink)
No Life Poster
 
Join Date: May 2009
Location: Srilanka
Posts: 1,892
Member: 1026122
Status: Offline
Sonork: 100.1640842
Thanks Meter: 184
Quote:
Originally Posted by Advance-Box View Post
@sky_finder

Sorry bro, I am not selling Computers or Computer parts...


[B.R>

Thanks.

Could you please tell me this card is supported.

Amazon.com: Sapphire Radeon HD 6990 4GB DDR5 DVI-I/QUAD MINI DP PCI-Express Graphics Card 100310SR: Electronics
 
Old 04-11-2011, 10:59   #104 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
@sky_finder

Buy 2GB card so you can save some money...

4GB is useless for our BF Purposes
 
The Following 5 Users Say Thank You to Advance-Box For This Useful Post:
Show/Hide list of the thanked
Old 04-11-2011, 11:00   #105 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,117
Quote:
Originally Posted by maryajne View Post
where is oclhashcat.32-lite sample i cannot see after extracting

Check were you extracted it...

You should find "35824103311661.bat"
 
The Following User Says Thank You to Advance-Box For This Useful Post:
 

Bookmarks

Thread Tools
Display Modes

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


LinkBacks (?)
LinkBack to this Thread: https://forum.gsmhosting.com/vbb/f609/worlds-fastest-sl3-lbf-markov-edition-oclhashcat-lite-v0-10-atom-1244843/
Posted By For Type Date
LBF computer configuration This thread Trackback: 07-04-2011 20:15

 



All times are GMT +1. The time now is 22:51.



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.24291 seconds with 9 queries

SEO by vBSEO