Downloaded 3.6.0 but says I’m using v4.2.1 ??
#2
why do you use old versions in the first place ?


to run a command on any *nix based system (including macos and linux), you need to run it like this:

Code:
./hashcat --help

i.e. the preceding "./" means that you want to use the version within the current directory

but macOS binaries need to be compile with "make" anyways if you download the source from github (because the release versions do not have any pre-compiled macOS binaries)
Reply


Messages In This Thread
RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?? - by philsmd - 07-26-2019, 05:04 PM