Care Unlock  
Your online unlock store
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. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

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

Go Back   GSM-Forum > Product Support Sections > Hard/Software Products (official support) > Advance-Box

Reply
 
LinkBack Thread Tools Display Modes
Old 05-02-2012, 15:25   #1 (permalink)
Insane Poster
 
Join Date: Aug 2005
Posts: 75
Member: 170122
Status: Offline
Thanks: 14
Thanked 12 Times in 6 Posts
Bruteforce setup for 2 pc's

@::. ziz .::

Hi,

After receiving your request for example of how to work with 2 pc's on one code and make the second pc stop if code found I decided to make this tread.

First you have to setup the 2 BF pc the regular way:
1. Install Windows 7 (64 bits preferred, but 32 bits is working also)
2. Install Catalyst Drivers (I use 12.3)
3. Install MSI Afterburner (very usefull for overclocking and monitoring)
4. On one of the pc's share a directory (the same directory where you install oclHashcat 0.9)
5. The command line for the first pc is:

oclHashcat-lite64 CED18A7EA4804D7DE25CA04605E397ADBF1B7F86:003516800 558970300 -1 00010203040506070809 -2 0001020304 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2 -m 1900 -n 80 --restore-timer=60 --gpu-watchdog=90 --session=PC1 --outfile=351680055897031.txt

In this case you have to change the hash and the name of the output file (all in red in the above example). This pc will calculate all the hashes ending on "0, 1, 2, 3, 4".

from the same shared directory start oclHashcat from the second PC with the next command line:

oclHashcat-lite64 CED18A7EA4804D7DE25CA04605E397ADBF1B7F86:003516800 558970300 -1 00010203040506070809 -2 0506070809 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2 -m 1900 -n 80 --restore-timer=60 --gpu-watchdog=90 --session=PC2 --outfile=351680055897031.txt

PC2 will calculate all hashes ending on "5, 6, 7, 8, 9". When one of the PC's will get the code it will create the file IMEI.txt on the shared directory (where IMEI= the IMEI of the phone, on the above example is 351680055897031) the second one will stop in maximum 60 seconds. If you have more than one phone you should make a bat file repeting the above example on each line modifying the hash and the outfile options.

In case you have to resume the job because of power failure, etc. you should use:

oclHashcat-lite64 --restore --session=PC1

-- for the first PC

oclHashcat-lite64 --restore --session=PC2

-- for the second PC.

For me this setup is working very good.

BF,
Florin
Attached Images
File Type: jpg BF_directory.JPG (130.8 KB, 149 views)
File Type: jpg PC1.JPG (165.7 KB, 153 views)
File Type: jpg PC2.JPG (160.0 KB, 96 views)
  Reply With Quote
The Following 7 Users Say Thank You to iflorinus75 For This Useful Post:
Old 05-03-2012, 09:12   #2 (permalink)
No Life Poster
 
::. zine .::'s Avatar
 
Join Date: Jul 2005
Age: 37
Posts: 826
Member: 161061
Status: Offline
Thanks: 105
Thanked 106 Times in 64 Posts
very usefull thread thanx sir and if ihave 3pc what command can use

Last edited by ::. zine .::; 05-03-2012 at 09:17.
  Reply With Quote
Old 05-03-2012, 09:39   #3 (permalink)
No Life Poster
 
Join Date: Aug 2006
Posts: 671
Member: 324705
Status: Offline
Thanks: 225
Thanked 181 Times in 115 Posts
what if 2 super pc has different speed??
  Reply With Quote
Old 05-03-2012, 18:02   #4 (permalink)
Insane Poster
 
Join Date: Aug 2005
Posts: 75
Member: 170122
Status: Offline
Thanks: 14
Thanked 12 Times in 6 Posts
Quote:
Originally Posted by ::. ziz .:: View Post
very usefull thread thanx sir and if ihave 3pc what command can use
Hi,

If you have 3 pc's you have to modify the following part of the command line

-1 00010203040506070809 -2 0400010203 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2

This part of the command line defines the mask used for calculating;
the first part (-1 00010203040506070809) defines that for the first 14 characters of the code oclHashcat will use all the numbers from 0 to 9.
The second part (-2 0001020304) makes oclHashcat to use for the last digit of the code only 0, 1, 2, 3 and 4.

If you want to split calculation on 3 pc's you should use the next command lines:

PC1:
oclHashcat-lite64 CED18A7EA4804D7DE25CA04605E397ADBF1B7F86:003516800 558970300 -1 00010203040506070809 -2 000102 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2 -m 1900 -n 80 --restore-timer=60 --gpu-watchdog=90 --session=PC1 --outfile=351680055897031.txt

this will calculate all the values of the code which have the last digit 0, 1 and 2.

PC2:
oclHashcat-lite64 CED18A7EA4804D7DE25CA04605E397ADBF1B7F86:003516800 558970300 -1 00010203040506070809 -2 030405 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2 -m 1900 -n 80 --restore-timer=60 --gpu-watchdog=90 --session=PC1 --outfile=351680055897031.txt

this will calculate all the values of the code which have the last digit 3, 4 and 5.


PC3:
oclHashcat-lite64 CED18A7EA4804D7DE25CA04605E397ADBF1B7F86:003516800 558970300 -1 00010203040506070809 -2 06070809 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2 -m 1900 -n 80 --restore-timer=60 --gpu-watchdog=90 --session=PC1 --outfile=351680055897031.txt

this will calculate all the values of the code which have the last digit 6, 7, 8 and 9.


Note that the last PC will have to calculate 40% of the code while PC1 and PC2 will calculate 30% each.

If you have different PC's speed you have to modify the command line according to the actual speed of the computer. For example you may have on one pc (the slowest) the calculation of only 0 and 1 (I am talking about the last digit of the code) and on the second one the calculation of 2,3 and 4 and on the most powerful you can calculate 5, 6, 7, 8 and 9. You only have to test and modify this part

-2 0001 (this calculates 0 and 1)

-2 020304 (this calculates 2, 3 and 4)

-2 0506070809 (this calculates 5, 6, 7, 8 and 9)

By playing with this part of the command you can make your PC's with different speeds finish calculation on approximately the same time.

BR,
Florin
  Reply With Quote
Old 05-03-2012, 18:22   #5 (permalink)
Insane Poster
 
Join Date: Aug 2005
Posts: 75
Member: 170122
Status: Offline
Thanks: 14
Thanked 12 Times in 6 Posts
Additional info:


The 2 PC's I used for BF are different:

PC1 configuration:
Core2Duo 3Ghz, Gigabyte GA-EP35-DS4, 4 Gb RAM, 500 Gb HDD, 1 x Giagabyte 6990 (undeclocked at 750 Mhz/ RAM 625 Mhz) + 1 x Gigabyte 5850 (overclocked at 800 Mhz / RAM 500 Mhz), Chieftec Nitro 85+ 1200W ~ 5032 M/s

PC2 configuration
AMD Phenom II X6 1075T 3Ghz, Gigabyte 890FXA-UD7, 4Gb RAM, 500 Gb HDD, 3 x Gigabyte 5850 (overclocked at 800 Mhz / RAM 500 Mhz), Everest 1010W ~ 4996 M/s

The difference is speed gives me about 20 minutes more on the second system which is ok as far as I am concerned.

BR
Florin
  Reply With Quote
Old 05-03-2012, 20:00   #6 (permalink)
No Life Poster
 
::. zine .::'s Avatar
 
Join Date: Jul 2005
Age: 37
Posts: 826
Member: 161061
Status: Offline
Thanks: 105
Thanked 106 Times in 64 Posts
i have probleme during run bat file from shared folder here screen shot
Attached Images
File Type: jpg capture.jpg (80.8 KB, 51 views)
  Reply With Quote
Old 05-03-2012, 20:24   #7 (permalink)
No Life Poster
 
Join Date: Jan 2005
Age: 37
Posts: 696
Member: 105817
Status: Offline
Thanks: 71
Thanked 122 Times in 83 Posts
Quote:
Originally Posted by ::. ziz .:: View Post
i have probleme during run bat file from shared folder here screen shot

remove --restore-timer=60
remove --pw-skip=600000000000000

or post there you comand line
  Reply With Quote
Old 05-03-2012, 21:43   #8 (permalink)
No Life Poster
 
::. zine .::'s Avatar
 
Join Date: Jul 2005
Age: 37
Posts: 826
Member: 161061
Status: Offline
Thanks: 105
Thanked 106 Times in 64 Posts
command line for pc1

oclHashcat-lite32 --restore-timer=60 498F0A37BF87EBA3B4E09BA3DD82D8E646FBC9DD:003548560 423722200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=470000000000000 -n 160 --outfile-format=1 --session=zine pc --outfile=354856042372224_COD.txt
oclHashcat-lite32 --restore-timer=60 E67BD2CD5BBFB4613AD8C060198CFA94C9F07F3E:003582830 436722200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=430000000000000 -n 160 --outfile-format=1 --session=zine pc--outfile=358283043672229_COD.txt
oclHashcat-lite32 --restore-timer=60 16944478488762EF3D9DBC016FE8D162D2354609:003553690 401387200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=200000000000000 -n 160 --outfile-format=1 --session=zine pc--outfile=355369040138729_COD.txt
oclHashcat-lite32 --restore-timer=60 071834EF07F5E3E6BAE1381692E321981139FADA:003559520 460994700 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=200000000000000 -n 160 --outfile-format=1 --session=zine pc--outfile=355952046099472_COD.txt
oclHashcat-lite32 --restore-timer=60 E67BD2CD5BBFB4613AD8C060198CFA94C9F07F3E:003573780 415564900 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=200000000000000 -n 160 --outfile-format=1 --session=zine pc--outfile=357378041556498_COD.txt
oclHashcat-lite32 --restore-timer=60 604153CF2C0B19D45CA0C080EDCA979221D2FACA:003573780 420190800 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=200000000000000 -n 160 --outfile-format=1 --session=zine pc--outfile=357378042019082_COD.txt
pause


command line for pc 2

oclHashcat-lite32 --restore-timer=60 498F0A37BF87EBA3B4E09BA3DD82D8E646FBC9DD:003548560 423722200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=600000000000000 -n 160 --outfile-format=1 --session=pc2 --outfile=354856042372224_COD.txt
oclHashcat-lite32 --restore-timer=60 E67BD2CD5BBFB4613AD8C060198CFA94C9F07F3E:003582830 436722200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=600000000000000 -n 160 --outfile-format=1 --session=pc2 --outfile=358283043672229_COD.txt
oclHashcat-lite32 --restore-timer=60 16944478488762EF3D9DBC016FE8D162D2354609:003553690 401387200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=600000000000000 -n 160 --outfile-format=1 --session=pc2 --outfile=355369040138729_COD.txt
oclHashcat-lite32 --restore-timer=60 071834EF07F5E3E6BAE1381692E321981139FADA:003559520 460994700 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=200000000000000 -n 160 --outfile-format=1 --session=pc2 --outfile=355952046099472_COD.txt
oclHashcat-lite32 --restore-timer=60 E67BD2CD5BBFB4613AD8C060198CFA94C9F07F3E:003573780 415564900 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=600000000000000 -n 160 --outfile-format=1 --session=pc2 --outfile=357378041556498_COD.txt
oclHashcat-lite32 --restore-timer=60 604153CF2C0B19D45CA0C080EDCA979221D2FACA:003573780 420190800 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=600000000000000 -n 160 --outfile-format=1 --session=pc2 --outfile=357378042019082_COD.txt
pause
  Reply With Quote
Old 05-04-2012, 06:06   #9 (permalink)
No Life Poster
 
Join Date: Jan 2005
Age: 37
Posts: 696
Member: 105817
Status: Offline
Thanks: 71
Thanked 122 Times in 83 Posts
test this comand


oclHashcat-lite32 498F0A37BF87EBA3B4E09BA3DD82D8E646FBC9DD:003548560 423722200 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-skip=470000000000000 -n 160 --outfile-format=1 --restore-timer 60 --outfile=354856042372224_COD.txt
  Reply With Quote
Old 05-04-2012, 23:45   #10 (permalink)
No Life Poster
 
::. zine .::'s Avatar
 
Join Date: Jul 2005
Age: 37
Posts: 826
Member: 161061
Status: Offline
Thanks: 105
Thanked 106 Times in 64 Posts
problem solved after using dropbox
  Reply With Quote
Old 05-06-2012, 00:24   #11 (permalink)
Freak Poster
 
Join Date: May 2011
Posts: 194
Member: 1571557
Status: Offline
Thanks: 58
Thanked 10 Times in 9 Posts
Excuse me, if I have 3 phones,
how to organize your computer one by one calculation?
Waiting for the master's reply, thank you.
  Reply With Quote
Old 05-06-2012, 10:09   #12 (permalink)
No Life Poster
 
::. zine .::'s Avatar
 
Join Date: Jul 2005
Age: 37
Posts: 826
Member: 161061
Status: Offline
Thanks: 105
Thanked 106 Times in 64 Posts
if you have 3pc brutforce go to dropbox.com download and install in 3 pc after parage folder ocl hashcat 0.9 in threepc wait until install finished after this make 3 file bat with same imei and with configuration posted in this thread run every file bat at every pc and when code found other pc stop calculation after 60 seconde
  Reply With Quote
Old 05-06-2012, 10:14   #13 (permalink)
Freak Poster
 
Join Date: May 2011
Posts: 194
Member: 1571557
Status: Offline
Thanks: 58
Thanked 10 Times in 9 Posts
Quote:
Originally Posted by ::. ziz .:: View Post
if you have 3pc brutforce go to dropbox.com download and install in 3 pc after parage folder ocl hashcat 0.9 in threepc wait until install finished after this make 3 file bat with same imei and with configuration posted in this thread run every file bat at every pc and when code found other pc stop calculation after 60 seconde
Ask the master.
If I had three mobile phones.
A super-computer.
How do I order him to continuous calculation of three mobile phone?
  Reply With Quote
Old 05-06-2012, 11:39   #14 (permalink)
No Life Poster
 
::. zine .::'s Avatar
 
Join Date: Jul 2005
Age: 37
Posts: 826
Member: 161061
Status: Offline
Thanks: 105
Thanked 106 Times in 64 Posts
Quote:
Originally Posted by fox6666 View Post
Ask the master.
If I had three mobile phones.
A super-computer.
How do I order him to continuous calculation of three mobile phone?
only make three line command with different imei and hash in bat file
  Reply With Quote
Old 05-06-2012, 12:24   #15 (permalink)
No Life Poster
 
Join Date: Aug 2006
Posts: 671
Member: 324705
Status: Offline
Thanks: 225
Thanked 181 Times in 115 Posts
Quote:
Originally Posted by ::. ziz .:: View Post
problem solved after using dropbox

how did you use this dropbox??/
  Reply With Quote
Reply

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


Similar Threads
thread Thread Starter Forum Replies Last Post
Need software upgrade for Nokia 5110 ptkrf Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 26 09-25-2012 02:41


All times are GMT +1. The time now is 20:35.



Powered by Searchlight © 2013 Axivo Inc.
- GSM Hosting Ltd. - 1999-2013 -
Page generated in 0.41853 seconds with 12 queries

SEO by vBSEO