Help an idiot.
#2
(09-06-2016, 07:51 AM)HashCatHelp123 Wrote: I've completely deleted everything Hashcat related, now I just need to know how to execute a line on the CMD, so it can find my Wordlists directory, and obviously the Hashcat directory. 

Thanks. 

Another noob! Hello! lol
Did you download hashcat 2.01?
https://hashcat.net/files_legacy/oclHashcat-2.01.7z (for AMD gpu's)
or:
https://hashcat.net/files_legacy/cudaHashcat-2.01.7z (for Nvidia gpu's)
Unpack it into your windows user folder. Then open a cmd window and type:
cd oclHashcat-2.01
Then press ENTER to change to that directory.
(or copy that text and right-click inside the cmd window, scroll to "paste" and left click then press Enter - MUCH EASIER!)
OR: if you have an Nvidia gpu that text will be:
cd cudaHashcat-2.01
Now copy/paste in some command to fire up hashcat. For example, to test a handshake.hccap against the rockyou.txt dictionary, it would be:
cudahashcat64 -m 2500 handshake.hccap rockyou.txt
then press ENTER.
Notes: You'll first have to copy/paste both your handshake.hccap AND the rockyou.txt dictionary into your hashcat folder. Also, if you're using the 32 bit hashcat or oclHashcat you'll have to put the correct text as the first word of the above command, so use the correct one of the following:
oclHashcat32 oclHashcat64 cudaHashcat32 cudaHashcat64
Finally: If you downloaded Hashcat 3.10, well... I can't help you! I still haven't figured out how to get it to build for win32 win64. (yet)


Messages In This Thread
Help an idiot. - by HashCatHelp123 - 09-06-2016, 07:51 AM
RE: Help an idiot. - by Hosehead1 - 09-06-2016, 09:27 AM
RE: Help an idiot. - by HashCatHelp123 - 09-06-2016, 11:00 AM
RE: Help an idiot. - by norfSprite - 09-06-2016, 07:46 PM