Nead help whit command
#1
Question 
Hi

I use hashcat v0.8 for SL3.

This command I use(make bat):
Code:
oclHashcat-lite64 3166476EE5C0A78376ADFFB9237EC63FAAA2CD45:003552160342214700 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --restore-time=60 -n 400 --gpu-watchdog=75 --session=1 --outfile=E52_355216034221476.txt

I want to add more phones to work one after one, whit out my startup one by one.
So, I add same command in my bat, of course whit hash and imei.
But when finish first one, dont start new phone, hashcat finish first one and exit (turne off).

This is command whit 2 phone:
Quote:oclHashcat-lite32 3166476EE5C0A78376ADFFB9237EC63FAAA2CD45:003552160342214700 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --restore-time=60 -n 400 --gpu-watchdog=75 --session=1 --outfile=E52_355216034221476.txt
oclHashcat-lite64 0A01610A9BBD62F1EE2E4549062F65A6C688F456:003578840453383600 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --restore-time=60 -n 400 --gpu-watchdog=75 --session=2 --outfile=C3_35788404533836.txt

I use --session=1 for first and --session=2 for second!
Is this OK, or must be indentical name?

What I do wrong?
#2
hmm..
there are couple of ways to do this.. 2 came through my mind..
1st::
u can make a script/bat file that checks every 60sec ((for example)) for the first output file "E52_355216034221476.txt".. i mean checks if it exists or no.. whenever YES it means its cracked THEN to start the other command.. all this automatically..
2nd (easier but could cause problems)::
you can guess the time when the 1st crack finishes.. and depending on that u put a command to start at a specific time.. the command for windows is "at" try::
Code:
at /?
for help..
note:: im not sure how to do the 1st way exactly.. but it will work!
: )
#3
@M@LIK

Thanks for ideas.

Still looking for the solution!

BR
#4
Solution is that it should go one by one. After job finished it should go to another one. If it stops there should be reason like Pause or something else.
#5
why you used command -restore-time=60 it's no needed , if you write --session the file will be make always after one minute..
one phone should be on one line... another 2 line and then pause.

You should first make one file and when you want add new phones you need to stop cracking and run once again.
#6
maybe something like this:

for /f "tokens=*" %a in (hash.txt) do ('oclHashcat-lite64 %a -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --restore-time=60 -n 400 -o cracked-hash.txt')

where hash.txt:
3166476EE5C0A78376ADFFB9237EC63FAAA2CD45:003552160342214700
0A01610A9BBD62F1EE2E4549062F65A6C688F456:003578840453383600
...
#7
(04-02-2012, 09:57 PM)med Wrote: why you used command -restore-time=60 it's no needed , if you write --session the file will be make always after one minute..
one phone should be on one line... another 2 line and then pause.

You should first make one file and when you want add new phones you need to stop cracking and run once again.

Command -restore-time=60 use for:
Quote:Q: My GPUs were only running at 75% - 95%. With oclHashcat-lite v0.06 they were running at 99%

This is an windows mutex issue. Append --restore-timer 60 to your cmdline and it should be fixed.
#8
OK, as seems you not helping for your self at all and just looking for some genious solution, I've tryed your first sample to run, and everything runs ok, so where is the problem?
Make pause at the end of batch file, maybe will see error.

Code:
C:\Users\Mode\Desktop\Savartynas\009>oclHashcat-lite32 3166476EE5C0A78376ADFFB92
37EC63FAAA2CD45:003552160342214700 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?
1?1?1?1?1?1?1?1?1 --restore-time=60 -n 1 --gpu-watchdog=75 --session=1 --outfile
=E52_355216034221476.txt
oclHashcat-lite v0.9 by atom starting...

GPU-Loops: 1024
GPU-Accel: 1
Password lengths range: 15 - 15
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 75c
Device #1: ATI RV770, 256MB, 0Mhz, 10MCU
[s]tatus [p]ause [r]esume [q]uit => q

Status.......: Aborted
Hash.Target..: 3166476ee5c0a78376adffb9237ec63faaa2cd45:003552160342214700
Hash.Type....: SL3
Time.Running.: 3 secs
Time.Left....: 98 days, 18 hours
Plain.Mask...: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Plain.Text...: ********0000080802000000000000
Plain.Length.: 15
Progress.....: 288000000/1000000000000000 (0.00%)
Speed.GPU.#1.:   117.2M/s
HWMon.GPU.#1.: 71% GPU, 69c Temp

Started: Tue Apr 03 11:35:24 2012
Stopped: Tue Apr 03 11:35:27 2012

C:\Users\Mode\Desktop\Savartynas\009>oclHashcat-lite64 0A01610A9BBD62F1EE2E45490
62F65A6C688F456:003578840453383600 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?
1?1?1?1?1?1?1?1?1 --restore-time=60 -n 1 --gpu-watchdog=75 --session=2 --outfile
=C3_35788404533836.txt
oclHashcat-lite v0.9 by atom starting...

GPU-Loops: 1024
GPU-Accel: 1
Password lengths range: 15 - 15
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 75c
Device #1: ATI RV770, 256MB, 0Mhz, 10MCU
[s]tatus [p]ause [r]esume [q]uit => q

Status.......: Aborted
Hash.Target..: 0a01610a9bbd62f1ee2e4549062f65a6c688f456:003578840453383600
Hash.Type....: SL3
Time.Running.: 1 sec
Time.Left....: 97 days, 19 hours
Plain.Mask...: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Plain.Text...: ********0000040600000000000000
Plain.Length.: 15
Progress.....: 65966080/1000000000000000 (0.00%)
Speed.GPU.#1.:   118.3M/s
HWMon.GPU.#1.: 41% GPU, 69c Temp

Started: Tue Apr 03 11:35:27 2012
Stopped: Tue Apr 03 11:35:29 2012

C:\Users\Mode\Desktop\Savartynas\009>pause
Press any key to continue . . .
#9
(04-03-2012, 10:38 AM)KT819GM Wrote: OK, as seems you not helping for your self at all and just looking for some genious solution, I've tryed your first sample to run, and everything runs ok, so where is the problem?
Make pause at the end of batch file, maybe will see error.

Code:
C:\Users\Mode\Desktop\Savartynas\009>oclHashcat-lite32 3166476EE5C0A78376ADFFB92
37EC63FAAA2CD45:003552160342214700 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?
1?1?1?1?1?1?1?1?1 --restore-time=60 -n 1 --gpu-watchdog=75 --session=1 --outfile
=E52_355216034221476.txt
oclHashcat-lite v0.9 by atom starting...

GPU-Loops: 1024
GPU-Accel: 1
Password lengths range: 15 - 15
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 75c
Device #1: ATI RV770, 256MB, 0Mhz, 10MCU
[s]tatus [p]ause [r]esume [q]uit => q

Status.......: Aborted
Hash.Target..: 3166476ee5c0a78376adffb9237ec63faaa2cd45:003552160342214700
Hash.Type....: SL3
Time.Running.: 3 secs
Time.Left....: 98 days, 18 hours
Plain.Mask...: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Plain.Text...: ********0000080802000000000000
Plain.Length.: 15
Progress.....: 288000000/1000000000000000 (0.00%)
Speed.GPU.#1.:   117.2M/s
HWMon.GPU.#1.: 71% GPU, 69c Temp

Started: Tue Apr 03 11:35:24 2012
Stopped: Tue Apr 03 11:35:27 2012

C:\Users\Mode\Desktop\Savartynas\009>oclHashcat-lite64 0A01610A9BBD62F1EE2E45490
62F65A6C688F456:003578840453383600 -1 00010203040506070809 -m 1900 ?1?1?1?1?1?1?
1?1?1?1?1?1?1?1?1 --restore-time=60 -n 1 --gpu-watchdog=75 --session=2 --outfile
=C3_35788404533836.txt
oclHashcat-lite v0.9 by atom starting...

GPU-Loops: 1024
GPU-Accel: 1
Password lengths range: 15 - 15
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 75c
Device #1: ATI RV770, 256MB, 0Mhz, 10MCU
[s]tatus [p]ause [r]esume [q]uit => q

Status.......: Aborted
Hash.Target..: 0a01610a9bbd62f1ee2e4549062f65a6c688f456:003578840453383600
Hash.Type....: SL3
Time.Running.: 1 sec
Time.Left....: 97 days, 19 hours
Plain.Mask...: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Plain.Text...: ********0000040600000000000000
Plain.Length.: 15
Progress.....: 65966080/1000000000000000 (0.00%)
Speed.GPU.#1.:   118.3M/s
HWMon.GPU.#1.: 41% GPU, 69c Temp

Started: Tue Apr 03 11:35:27 2012
Stopped: Tue Apr 03 11:35:29 2012

C:\Users\Mode\Desktop\Savartynas\009>pause
Press any key to continue . . .

Hmm

I am not use command "pause" at the end of .bat.
I'll try.

BR
#10
KT819GM is right.. u just make .cmd file::
Code:
[1st_job]
[2nd_job]
[3rd_job]
...
woks fine for me.. : )