![]() |
Please help about wpa ( oclHashcat ),, - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Please help about wpa ( oclHashcat ),, (/thread-4067.html) |
Please help about wpa ( oclHashcat ),, - dilovan - 02-11-2015 I do not see the hash cracked ( Password ) Where I find it .. -------------------------------------- this is the code which i tryide it .. it is the correct ? ---------------------------------- Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\dilovan>cd C:\cudaHashcat-1.32 C:\cudaHashcat-1.32>cudaHashcat64.exe -m 2500 C:\cudaHashcat-1.32\handsh.hccap C:\cudaHashcat-1.32\passs.txt cudaHashcat v1.32 starting... Device #1: GeForce GT 750M, 4096MB, 1085Mhz, 2MCU Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Rules: 1 Applicable Optimizers: * Zero-Byte * Single-Hash * Single-Salt Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c Device #1: Kernel ./kernels/4318/m02500.sm_30.64.ptx Device #1: Kernel ./kernels/4318/amp_a0_v1.64.ptx INFO: removed 1 hash found in pot file Session.Name...: cudaHashcat Status.........: Cracked Input.Mode.....: File (C:\cudaHashcat-1.32\passs.txt) Hash.Target....: ES_8440 (00:1d:92:cd:42:a7 <-> 84:38:38:9b:ca:9b) Hash.Type......: WPA/WPA2 Time.Started...: 0 secs Speed.GPU.#1...: 0 H/s Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts Progress.......: 0/0 (100.00%) Skipped........: 0/0 (100.00%) Rejected.......: 0/0 (100.00%) HWMon.GPU.#1...: 26% Util, 35c Temp, N/A Fan Started: Wed Feb 11 17:13:15 2015 Stopped: Wed Feb 11 17:13:17 2015 C:\cudaHashcat-1.32> RE: Please help about wpa ( oclHashcat ),, - philsmd - 02-11-2015 (02-11-2015, 05:26 PM)dilovan Wrote: INFO: removed 1 hash found in pot file This means, well, that the file was already cracked and the: ESSID:MAC1:MAC2:password is in your .pot file. To display it you can also use: Code: cudaHashcat64.exe -m 2500 --show C:\cudaHashcat-1.32\handsh.hccap or if you want to disable .pot file checking, use the --potfile-disable switch: Code: cudaHashcat64.exe -m 2500 --potfile-disable C:\cudaHashcat-1.32\handsh.hccap C:\cudaHashcat-1.32\passs.txt RE: Please help about wpa ( oclHashcat ),, - dilovan - 02-11-2015 thanksssssss for helping .. the operation is succeeded .. |