How long will hashcat finish copying while restore - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: How long will hashcat finish copying while restore (/thread-7076.html) |
How long will hashcat finish copying while restore - DKblue - 12-04-2017 c:\hc>hashcat64 --restore hashcat (v4.0.1) starting in restore mode... OpenCL Platform #1: NVIDIA Corporation ====================================== * Device #1: GeForce GTX 1060 6GB, 1536/6144 MB allocatable, 10MCU * Device #2: GeForce GTX 1060 6GB, 1536/6144 MB allocatable, 10MCU OpenCL Platform #2: Advanced Micro Devices, Inc. ================================================ * Device #3: Spectre, skipped. * Device #4: AMD A10-7700K Radeon R7, 10 Compute Cores 4C+6G, skipped. Hashes: 3 digests; 3 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Rules: 18 Applicable optimizers: * Zero-Byte * Single-Salt * Slow-Hash-SIMD-LOOP Password length minimum: 8 Password length maximum: 63 Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 75c Starting attack in stdin mode... Session..........: hashcat Status...........: Running Hash.Type........: WPA/WPA2 Hash.Target......: final26c4.hccapx Time.Started.....: Mon Dec 04 22:41:17 2017 (9 secs) Time.Estimated...: Mon Dec 04 22:41:26 2017 (0 secs) Guess.Base.......: Pipe Guess.Mod........: Rules (symapd.rule) Speed.Dev.#1.....: 0 H/s (0.00ms) Speed.Dev.#2.....: 0 H/s (0.00ms) Speed.Dev.#*.....: 0 H/s Recovered........: 0/3 (0.00%) Digests, 0/1 (0.00%) Salts Progress.........: 0 Rejected.........: 0 Restore.Point....: 0 Candidates.#1....: [Copying] Candidates.#2....: [Copying] HWMon.Dev.#1.....: Temp: 48c Fan: 33% Util: 0% Core:1506MHz Mem:3802MHz Bus:16 HWMon.Dev.#2.....: Temp: 46c Fan: 33% Util: 0% Core:1506MHz Mem:3802MHz Bus:4 Session..........: hashcat Status...........: Running Hash.Type........: WPA/WPA2 Hash.Target......: final26c4.hccapx Time.Started.....: Mon Dec 04 22:41:17 2017 (9 mins, 12 secs) Time.Estimated...: Mon Dec 04 22:50:29 2017 (0 secs) Guess.Base.......: Pipe Guess.Mod........: Rules (symapd.rule) Speed.Dev.#1.....: 0 H/s (0.00ms) Speed.Dev.#2.....: 0 H/s (0.00ms) Speed.Dev.#*.....: 0 H/s Recovered........: 0/3 (0.00%) Digests, 0/1 (0.00%) Salts Progress.........: 0 Rejected.........: 0 Restore.Point....: 0 Candidates.#1....: [Copying] Candidates.#2....: [Copying] HWMon.Dev.#1.....: Temp: 28c Fan: 33% Util: 0% Core: 139MHz Mem: 405MHz Bus:16 HWMon.Dev.#2.....: Temp: 24c Fan: 33% Util: 0% Core: 139MHz Mem: 405MHz Bus:4 RE: How long will hashcat finish copying while restore - DKblue - 12-04-2017 few weeks ago I remembered waiting some 20 minutes and then gave up.Now this time I'm runing the task from yesterday till now, what a pity should I give up again RE: How long will hashcat finish copying while restore - DKblue - 12-04-2017 here is my command hashcat64 -a7 ?l?l?l? -i ymdlucky.txt --stdout|hashcat64 -m 2500 --nonce-error-corrections=0 -w 3 -d 1,2 final26c4.hccapx -r symapd.rule ymdlucky.txt has about 40k lines,and symbleapd-rules has about 20 lines. and the task has being runing maybe 15 hours or more. SO ,how soon will hashcat finishing copying? The time-consuming depends by what? Andbody help? I was greping two files wanna look up the differences just moments ago some thing like grep -wvf test1 test2 ,and then the damned windows falts reporting RE: How long will hashcat finish copying while restore - logistix111 - 12-04-2017 (12-04-2017, 05:17 PM)DKblue Wrote: here is my command Did you hit the "s" key on your keyboard at any point during the cracking session? It will give you a time estimate. Looks like you have a bunch of junk switches/arguments in your command. Try simplifying it along with using -w 4 instead of -w 3. RE: How long will hashcat finish copying while restore - DKblue - 12-04-2017 (12-04-2017, 05:21 PM)logistix111 Wrote:(12-04-2017, 05:17 PM)DKblue Wrote: here is my command Does pipe supports pause?? RE: How long will hashcat finish copying while restore - royce - 12-06-2017 (12-04-2017, 05:25 PM)DKblue Wrote: Does pipe supports pause?? I don't think that pipe supports pause. But you can pause the entire job on Unix-likes with Control-Z, and then restore it with 'fg'. RE: How long will hashcat finish copying while restore - DKblue - 12-07-2017 hi logistix111 your suggestion made me read the hashcat-h again ,and noticed this parameter --status maybe that's what you talking about,Itried but recieved no pause-bar. Anyway,u'r right and I'm simplifying my command ,and also configured w4 in night-time, day-time with -w 4 -d 1,2.Thank U. RE: How long will hashcat finish copying while restore - DKblue - 12-07-2017 Hi royce Thank u for reply,and I did test --status while pipe yesterday as I mentioned above. I used ctrl+c under win10,thanks. RE: How long will hashcat finish copying while restore - DKblue - 12-08-2017 hi royce ,I realized misunderstood you yesterday and sorry! U'r talking about pause hashcat pipe session in linux ,and I do know there is no better way to pause pipe under win-platform ,ctrl+c terminated all ,though I can run --restore later but it's certainly bad idea. |