hashcat Forum
Nead help whit command - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html)
+--- Thread: Nead help whit command (/thread-1040.html)

Pages: 1 2


RE: Nead help whit command - .::Rizwan::. - 04-03-2012

still can't get the mistake Big Grin
You uses 64bit exe in second command line


RE: Nead help whit command - bhgsmservis - 04-05-2012

(04-03-2012, 11:18 PM).::Rizwan::. Wrote: still can't get the mistake Big Grin
You uses 64bit exe in second command line

Thanks for info Smile
Now start new one after finis first.

Also found, if break BF (power down) and re-start whit restore file, finis only job from restore, not start new one from my .bat.

example:
If stop in first job, I use command to re-start (make .bat):
Code:
oclHashcat-lite64 --restore --session=1

Finish only this job, not start other from my first .bat.

Q: whether to use the same name for --session for all job?
how to make the restore session finish and continue to work whit othe job?
Is a solution to write same name session for all job, and then restart session should finish all?

BR
Thanks for patience Smile


RE: Nead help whit command - undeath - 04-05-2012

http://support.mozilla.org/en-US/kb/Using%20the%20spell%20checker


RE: Nead help whit command - mastercracker - 04-05-2012

Edit your .bat file or create a new one containing only what's left to do except for the one that crashed. For that one (should be the first line of your bat file), you put:

oclHashcat-lite64 --restore --session=1


RE: Nead help whit command - clasicunlock - 04-05-2012

simple thing is buy a 25$ 30$ software wich also send in your email the NCK code Smile and have option to attach list of hash autostop/autostart next + option to add PC1 PC2 PC3.......PC to work on same hash.


RE: Nead help whit command - med - 04-05-2012

what kind exactly a program do you mind? Any names of soft?


RE: Nead help whit command - bhgsmservis - 04-07-2012

(04-05-2012, 08:18 PM)mastercracker Wrote: Edit your .bat file or create a new one containing only what's left to do except for the one that crashed. For that one (should be the first line of your bat file), you put:

oclHashcat-lite64 --restore --session=1

Thanks.
I understood how it works.

BR