Search Results
Post Author Forum Replies Views Posted [asc]
    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 10,550 05-22-2020, 07:39 PM
    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 10,550 05-22-2020, 07:17 PM
    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.txt...
salty hashcat 6 10,550 05-22-2020, 02:14 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 10,550 05-22-2020, 02:07 AM
    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 10,550 05-20-2020, 07:12 AM