hashcat Forum
Up and running - 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: Up and running (/thread-6552.html)



Up and running - elidell - 05-10-2017

YAY!  i have my ubuntu GTX 1080 rig up and running..  (only one gpu right now but hey!)

Anyway, now that i am able to crack my own wpa handshake by adding my password to the end of rockyou.txt, I wanted to do try and do a side by side comparison with the legacy hashcat cpu only version to see the speed difference for myself.  Can anyone point me to a tutorial on how to install the non GPU version along side the latest and greatest? 

Also, how do i clear profiles so i can recrack the same hash?

Erik


RE: Up and running - undeath - 05-10-2017

You don't need a different hashcat version to use your cpu. See --opencl-device-types option

Use --potfile-disable to disable checking of already cracked hashes.


RE: Up and running - elidell - 05-11-2017

(05-10-2017, 09:09 PM)undeath Wrote: You don't need a different hashcat version to use your cpu. See --opencl-device-types option

Use --potfile-disable to disable checking of already cracked hashes.

thanks you are the best