For the latest if any macOs users are curious
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
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