Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [desc]
    Thread: Simple Dictionary Test
Post: Simple Dictionary Test

Hi, I'm trying out a simple dictionary attack test. I have an Ethereum wallet I just created with Mist. I used that John the ripper python script to get the hash and put it in hash3.txt. I have the...
salty hashcat 6 1,171 05-20-2020, 07:12 AM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

Thanks @philsmd. It doesn't say anything about Device #1 so I assumed that it could work on the CPU since devices 2 and 3 are graphics.
salty hashcat 6 1,171 05-22-2020, 02:07 AM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

When I pass the --opencl-device-types 1 flag, it skips the cpu and of course uses the graphics cards. This makes me think that there is something else going on.  Code: -- hashcat -m 15700 hash3....
salty hashcat 6 1,171 05-22-2020, 02:14 AM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

Thanks! It looks like there is a linux binary and windows executable in there. I'm not seeing a binary for macOS. I will build from master on GitHub and try it out.
salty hashcat 6 1,171 05-22-2020, 07:17 PM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

For the latest if any macOs users are curious Code: -- brew uninstall hashcat brew install hashcat --HEAD -- Success! hashcat -m 15700 hash3.txt guesses.txt --opencl-device-types 1 --show Where ...
salty hashcat 6 1,171 05-22-2020, 07:39 PM