GPU slower than CPU? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: GPU slower than CPU? (/thread-1500.html) |
GPU slower than CPU? - Konvict - 08-24-2012 I recently 'installed' a GPU I was given by my dad, its an 'nVidia GeForce GTS 240' I spent the day setting it up, then to realize that a dictionary attack with oclhashcat-plus was 10 minutes, while a dictionary attack with original hashcat took apporx: 5 minutes. Why could this be, is it just plain and simple that my GPU specs aren't good enough or could there be something im missing here? Thanks for your help, I can give you more information if needed. RE: GPU slower than CPU? - Mem5 - 08-24-2012 Your card is damn slow ! 112 cores @ 675 Mhz Buy a new one Please paste your command line and and the output, and your driver version. RE: GPU slower than CPU? - Konvict - 08-24-2012 How do i get my driver versions, aalhough I know I nstalled the latest version of forceware, just a few days ago. Code: ./cudaHashcat-plus32.bin -m 0 -a 0 example0.hash ../wordlists/ Code: Status.......: Running RE: GPU slower than CPU? - blandyuk - 08-24-2012 Run a brute-force attack on those hashes instead, oclhc-plus might be just slow with your wordlist: ./cudaHashcat-plus32.bin -m 0 -a 3 -1 ?d?l?u example0.hash ?1?1?1?1?1?1?1 Post you results. RE: GPU slower than CPU? - atom - 08-24-2012 Either do what blandy said or add rules. oclHashcat-plus needs an amplifier on fast hashes to run efficient. RE: GPU slower than CPU? - Konvict - 08-24-2012 you want me to let it run for the full time, or just give you what its done so far? Status I took after 40 mins Status.......: Running Input.Mode...: Mask (?1?1?1?1?1?1?1) Hash.Target..: File (example0.hash) Hash.Type....: MD5 Time.Running.: 39 mins, 18 secs Time.Left....: 2 hours, 6 mins Time.Util....: 2358385.0ms/142.2ms Real/CPU, 0.0% idle Speed........: 354.7M c/s Real, 361.7M c/s GPU Recovered....: 437/6494 Digests, 0/1 Salts Progress.....: 836548493312/3521614606208 (23.75%) Rejected.....: 0/836548493312 (0.00%) HW.Monitor.#1: 0% GPU, 77c Temp Will update with normal hashcat in 40 mins too if needed. update: Input.Mode: Mask (?1?1?1?1?1?1) Index.....: 0/1 (segment), 56800235584 (words), 0 (bytes) Recovered.: 27/6494 hashes, 0/1 salts Speed/sec.: - plains, 1.75M words Progress..: 4132309664/56800235584 (7.28%) Running...: 00:00:39:18 Estimated.: 00:08:20:49 I guess that tells me that with mask attack, ocl is faster, but doesnt really give me insight into how much faster. |