Simple Dictionary Test
#7
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 is it storing the result so that --show is required?

For other newbs. I cleared my console too quickly and wanted to run again to see the results. You can run with --potfile-disable to get it to run through the process again: hashcat -m 15700 hash3.txt guesses.txt --opencl-device-types 1 --potfile-disable
Reply


Messages In This Thread
Simple Dictionary Test - by salty - 05-20-2020, 07:12 AM
RE: Simple Dictionary Test - by philsmd - 05-20-2020, 07:32 AM
RE: Simple Dictionary Test - by salty - 05-22-2020, 02:07 AM
RE: Simple Dictionary Test - by salty - 05-22-2020, 02:14 AM
RE: Simple Dictionary Test - by philsmd - 05-22-2020, 12:34 PM
RE: Simple Dictionary Test - by salty - 05-22-2020, 07:17 PM
RE: Simple Dictionary Test - by salty - 05-22-2020, 07:39 PM