|
Nead help whit command
|
|
04-02-2012, 02:17 PM
(This post was last modified: 04-02-2012 02:18 PM by bhgsmservis.)
Post: #1
|
|||
|
|||
|
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.txtI 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 I use --session=1 for first and --session=2 for second! Is this OK, or must be indentical name? What I do wrong? |
|||
|
04-02-2012, 02:51 PM
Post: #2
|
|||
|
|||
|
RE: Nead help whit command
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 /?note:: im not sure how to do the 1st way exactly.. but it will work! : ) |
|||
|
04-02-2012, 04:13 PM
Post: #3
|
|||
|
|||
|
RE: Nead help whit command
@M@LIK
Thanks for ideas. Still looking for the solution! BR |
|||
|
04-02-2012, 04:46 PM
Post: #4
|
|||
|
|||
|
RE: Nead help whit command
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.
|
|||
|
04-02-2012, 09:57 PM
(This post was last modified: 04-02-2012 10:00 PM by med.)
Post: #5
|
|||
|
|||
|
RE: Nead help whit command
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. |
|||
|
04-03-2012, 01:29 AM
Post: #6
|
|||
|
|||
|
RE: Nead help whit command
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 ... |
|||
|
04-03-2012, 09:53 AM
Post: #7
|
|||
|
|||
RE: Nead help whit command
(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.. 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% |
|||
|
04-03-2012, 10:38 AM
Post: #8
|
|||
|
|||
|
RE: Nead help whit command
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 |
|||
|
04-03-2012, 01:40 PM
Post: #9
|
|||
|
|||
RE: Nead help whit command
(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? Hmm I am not use command "pause" at the end of .bat. I'll try. BR |
|||
|
04-03-2012, 06:20 PM
Post: #10
|
|||
|
|||
|
RE: Nead help whit command
KT819GM is right.. u just make .cmd file::
Code: [1st_job] |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help



