N00b can't get hashcat.exe file with extract error from Keka on MacOS
#5
these 2 commands are not the same
Code:
hashcat -a 0 -m 14800 -o hash.txt passwords4.txt
vs
Code:
./hashcat -a 0 -m 14800 -o hash.txt passwords4.txt

"./hashcat" is the only one that uses the freshly compiled binary within the current directory... the other one (hashcat without the "./" in front of it) only uses the binaries that can be found in your PATH.

if you did follow my list of commands, it should have worked with "./hashcat"
Reply


Messages In This Thread
RE: N00b can't get hashcat.exe file with extract error from Keka on MacOS - by philsmd - 05-23-2020, 07:50 PM